Osiris/API/CharacterStatusApplied: Difference between revisions
		
		
		
		Jump to navigation
		Jump to search
		
mNo edit summary  | 
				mNo edit summary  | 
				||
| Line 8: | Line 8: | ||
* '''_Causee''': The character or item originally responsible for applying this status, if available; '''''NULL''''' otherwise.  | * '''_Causee''': The character or item originally responsible for applying this status, if available; '''''NULL''''' otherwise.  | ||
===== Notes =====  | ===== Notes =====  | ||
* The equivalent event for items is [Osiris/API/ItemStatusChange|ItemStatusChange]].  | * The equivalent event for items is [[Osiris/API/ItemStatusChange|ItemStatusChange]].  | ||
===== See Also =====  | ===== See Also =====  | ||
* [[Osiris/API/ApplyStatus|ApplyStatus]]  | * [[Osiris/API/ApplyStatus|ApplyStatus]]  | ||
Latest revision as of 13:57, 19 December 2017
Full Definition(s)
- event CharacterStatusApplied((CHARACTERGUID)_Character, (STRING)_Status, (GUIDSTRING)_Causee)
 
Description
Thrown when a status has been applied to a character.
Parameters
- _Character: The character on which the status has been applied.
 - _Status: The applied status.
 - _Causee: The character or item originally responsible for applying this status, if available; NULL otherwise.
 
Notes
- The equivalent event for items is ItemStatusChange.