flagfflag

Functions to change/get fflags.

void get_fflag_bool(name) -> bool

Get the boolean value of the named fflag.

Will return nil if named fflag couldn't be found. This applies to all get functions.

void get_fflag_value(name) -> int

Get the integer value of the named fflag.

void get_fflag_string(name) -> string

Get the string value of the named fflag.

void get_fflag_log(name) -> byte

Get the byte value of the named fflag.

void set_fflag_bool(name) -> void

Self explanatory.

void set_fflag_value(name) -> void

Self explanatory.

9/18/25 fflag listarrow-up-right

Example

Last updated