%GetSelfHBJ function
Related pages:
HBJ %GetSelfHBJ( BOOL in bBaseHBJ := @TRUE )
bBaseHBJ | Optional parameter. Possible values:
|
Description
If the function is called in the context of a Unit event, it returns an event not a Unit HBJ.
For the script of the E.Test event, there is valid:
INT _i INT _i1 _i := E.Test\HBJ _i1 := %GetSelfHBJ() IF _i = _i1 THEN ; condition is always true ENDIF
Related pages:
Pridať komentár