Difference between revisions of "IS CHAR RESPONDING TO ANY EVENT"
Jump to navigation
Jump to search
AngryAmoeba (talk | contribs) (Created page with '{{Native |np = 1 |p1t = integer |p1d = Char handle |r=1 |rt=bool |rd=Returns true if the character is responding to an event, like being attacked. }}') |
|||
Line 1: | Line 1: | ||
{{Native | {{Native | ||
− | |np = | + | |np = 2 |
|p1t = integer | |p1t = integer | ||
|p1d = Char handle | |p1d = Char handle | ||
+ | |p2t = integer | ||
+ | |p2d = Event ID | ||
|r=1 | |r=1 | ||
|rt=bool | |rt=bool | ||
− | |rd=Returns true if the character is responding to an event | + | |rd=Returns true if the character is responding to an event with specified ID. |
}} | }} |
Revision as of 12:05, 16 September 2013
Number of parameters: 2 | ||
---|---|---|
Parameter # | Type | Description |
1. | integer | Char handle |
2. | integer | Event ID |
Return value: | ||
Type | Description | |
bool | Returns true if the character is responding to an event with specified ID. |