Difference between revisions of "Osiris/API/ObjectFlagSet"
From Divinity Engine Wiki
m |
m |
||
Line 10: | Line 10: | ||
* / | * / | ||
===== See Also ===== | ===== See Also ===== | ||
+ | * [[Osiris/API/ObjectClearFlag|ObjectClearFlag]] | ||
+ | * [[Osiris/API/ObjectGetFlag|ObjectGetFlag]] | ||
* [[Osiris/API/ObjectSetFlag|ObjectSetFlag]] | * [[Osiris/API/ObjectSetFlag|ObjectSetFlag]] | ||
− | |||
[[Category:Osiris Events|ObjectFlagSet]] | [[Category:Osiris Events|ObjectFlagSet]] |
Revision as of 07:42, 17 July 2019
Full Definition(s)
- event ObjectFlagSet((STRING)_FlagName, (GUIDSTRING)_Speaker, (INTEGER)_DialogInstance)
Description
Thrown when the flag _FlagName is set on object _Speaker in the context indicated by _DialogInstance.
Parameters
- _FlagName: The flag that is set.
- _Speaker: The object on which the (character) flag is set.
- _DialogInstance: If the flag was set using a dialog node, _DialogInstance contains the dialog's instance ID. If the flag was set from story, _DialogInstance will contain whatever was passed as last parameter to ObjectSetFlag. If the flag was set from behaviour script, DialogInstance will be zero.
Notes
- /