Parameters
Returns
string - The FFlag data type (e.g. 'bool', 'int', 'string').
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
getfflagtype(flag: string): string
| Parameter | Type | Description |
|---|---|---|
flag | string | The name of the Fast Flag. |
string - The FFlag data type (e.g. 'bool', 'int', 'string').
print("Flag Type: ", getfflagtype("DFIntTaskSchedulerTargetFps")) -- int
print(getfflagtype("FFlagCoreGuiDrivesLocalPlayer")) -- bool
setfflag.