Changes between Version 1 and Version 2 of Exposed_Player_Functions


Ignore:
Timestamp:
Jan 27, 2009, 3:09:15 PM (15 years ago)
Author:
Anton Galitch
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Exposed_Player_Functions

    v1 v2  
    6363 * '''Notes:'''
    6464  * None
     65
     66= Entity Properties =
     67
     68== name ==
     69 * '''Overview:'''
     70  * Gets player's name
     71 * '''Type:'''
     72  * string
     73 * '''Notes:'''
     74  *
     75
     76== id ==
     77 * '''Overview:'''
     78  * Gets player's id
     79 * '''Type:'''
     80  * int
     81 * '''Notes:'''
     82  *
     83
     84== active ==
     85 * '''Overview:'''
     86  * Returns true if the player is active, otherwise returns false.
     87 * '''Type:'''
     88  * string
     89 * '''Notes:'''
     90  *
     91
     92== controlled ==
     93 * '''Overview:'''
     94  * Returns an array with all the Entity objects that this player is controlling.
     95 * '''Type:'''
     96  * array
     97 * '''Notes:'''
     98  *