mirror of
https://github.com/emagi/eq2emu
synced 2026-08-12 18:23:04 -04:00
407 B
407 B
Function: GetCharacterFlag(player, flag_id)
Description: Gets the current character flag value for the flag_id specified. Refer to the CF_.. flags in the Player.h
Parameters:
player(Spawn) - Spawn object representingplayer.flag_id(int32) - Integer valueflag_id.
Returns: Boolean return's true if the flag is enabled or false if disabled.
Example:
Example Required