Enums 4

Enum Description
Action

Specifies what to do after a hook completes.

Identity

Specifies identity types.

PluginInfo

Plugin information properties. Plugins can declare a global variable with their info. Example,

PluginStatus

Plugin status values.

Functions 5

Function Description
IsNullString

Check if the given string is the NULL_STRING.

IsNullVector

Check if the given vector is the NULL_VECTOR.

MarkNativeAsOptional

Sets a native as optional, such that if it is unloaded, removed, or otherwise non-existent, the plugin will still work. Calling removed natives results in a run-time error.

VerifyCoreVersion

__ext_core_SetNTVOptional