Tile - YAnimators - Get Possessor – Ylands
Jump to navigation
Jump to search
m (YlandsClassyBot moved page Ylands Tile - Controller - get possesor to Ylands:Tile - YAnimators - Get Possessor: New Structure) |
No edit summary |
||
Line 1: | Line 1: | ||
<!--- | |||
THIS PAGE WAS GENERATED AUTOMATICALLY; DO NOT EDIT IT, OTHERWISE YOUR CHANGES WILL BE LOST DURING FUTURE UPDATE. | |||
--> | |||
== Get Possessor(Object) == | |||
[[File:YlandsTile-1023.png]] | |||
<pre>static getPossessor(obj: YEntity | YLogic | YGroup): YCharacter;</pre> | |||
=== Parameters === | |||
==== obj ==== | |||
Target object | |||
=== Returns === | |||
'''YCharacter''' | |||
=== Description === | |||
Returns the possesor (player) of target object. | |||
Line 6: | Line 27: | ||
[[Category: Instructions]] | [[Category: Instructions]] | ||
Revision as of 08:53, 8 July 2021
Get Possessor(Object)
static getPossessor(obj: YEntity | YLogic | YGroup): YCharacter;
Parameters
obj
Target object
Returns
YCharacter
Description
Returns the possesor (player) of target object.