User Tools

Site Tools


addons:functions

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
addons:functions [2017/04/21 20:29]
atom0s
addons:functions [2017/04/21 20:34]
atom0s
Line 6: Line 6:
  
 ---- ----
- 
 ==== AddIncomingPacket ==== ==== AddIncomingPacket ====
  
Line 17: Line 16:
     * //Function does not return a value.//     * //Function does not return a value.//
  
 +----
 ==== AddOutgoingPacket ==== ==== AddOutgoingPacket ====
  
Line 28: Line 27:
     * //Function does not return a value.//     * //Function does not return a value.//
  
 +----
 ==== ParseAutoTranslate ==== ==== ParseAutoTranslate ====
  
Line 37: Line 37:
   * **Returns**   * **Returns**
     * string - The parsed string.     * string - The parsed string.
 +
 +----
 +==== GetEntity ====
 +
 +Obtains an entity object from the given index.
 +<code cpp>​object GetEntity(index);</​code>​
 +  * **Parameters**
 +    * index - (number) The index of the entity to obtain.
 +  * **Returns**
 +    * object - The entity object if valid, nil otherwise.
 +
 +----
 +==== GetPlayerEntity ====
 +
 +Obtains the player entity object.
 +<code cpp>​object GetPlayerEntity();</​code>​
 +  * **Parameters**
 +    * //Function has no parameters.//​
 +  * **Returns**
 +    * object - The entity object if valid, nil otherwise.
addons/functions.txt · Last modified: 2017/04/22 00:11 (external edit)