Difference between revisions of "Osiris/API/HasActiveStatus"
From Divinity Engine Wiki
(Osiris Core APIs) |
m |
||
(One intermediate revision by the same user not shown) | |||
Line 9: | Line 9: | ||
* / | * / | ||
===== See Also ===== | ===== See Also ===== | ||
− | * [[Osiris/API/HasAppliedStatus]] | + | * [[Osiris/API/HasAppliedStatus|HasAppliedStatus]] |
− | [[Category:Osiris Queries]] | + | [[Category:Osiris Queries|HasActiveStatus]] |
Latest revision as of 15:33, 19 December 2017
Full Definition(s)
- query HasActiveStatus([in](GUIDSTRING)_Target, [in](STRING)_Status, [out](INTEGER)_Bool)
Description
Returns whether _Target is currently under the influence of _Status.
Return Values
- Success/Failure: Default return value.
- _Bool: 0 if _Target is currently not under the influence of _Status, 1 if it is.
Notes
- /