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
addons:functions [2017/04/21 20:33]
atom0s
addons:functions [2017/04/21 20:40]
atom0s
Line 7: Line 7:
 ---- ----
  
 +==== Namespaces ====
 +
 +These are the global namespaces you can use within an addon:
 +
 +^ Namespace ^ Description ^
 +| [[addons:​functions:​bits]] | Functions to work with bits and bytes. |
 +| [[addons:​functions:​file]] | Functions to work with files and folders. |
 +| [[addons:​functions:​gui]] | Functions to work with the ImGui system. |
 +| [[addons:​functions:​memory]] | Functions to work with the client memory. (Reading and writing.) |
 +| [[addons:​functions:​misc]] | Misc. functions to work with various things. |
 +| [[addons:​functions:​regex]] | Functions related to regular expressions. |
 +
 +----
 ==== AddIncomingPacket ==== ==== AddIncomingPacket ====
  
Line 17: Line 30:
     * //Function does not return a value.//     * //Function does not return a value.//
  
 +----
 ==== AddOutgoingPacket ==== ==== AddOutgoingPacket ====
  
Line 28: Line 41:
     * //Function does not return a value.//     * //Function does not return a value.//
  
 +----
 ==== ParseAutoTranslate ==== ==== ParseAutoTranslate ====
  
Line 38: Line 52:
     * string - The parsed string.     * string - The parsed string.
  
 +----
 ==== GetEntity ==== ==== GetEntity ====
  
Line 47: Line 62:
     * object - The entity object if valid, nil otherwise.     * object - The entity object if valid, nil otherwise.
  
 +----
 ==== GetPlayerEntity ==== ==== GetPlayerEntity ====
  
Line 55: Line 71:
   * **Returns**   * **Returns**
     * object - The entity object if valid, nil otherwise.     * object - The entity object if valid, nil otherwise.
 +
 +----
addons/functions.txt · Last modified: 2017/04/22 00:11 (external edit)