Skip to main content

FREBoolean

Type Alias FREBoolean 

Source
pub type FREBoolean = u32;
Expand description

32-bit integer representation of an ActionScript Boolean.

A non-zero value represents true, and 0 represents false.