Osiris/API/HasActiveStatus: Difference between revisions
Jump to navigation
Jump to search
(Osiris Core APIs) |
mNo edit summary |
||
(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 14: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
- /