Snipe server is a proprietary technology for building massively multiplayer online games for social networks and mobile devices.
For getting started with Snipe server, take a look at our website and wiki.
scripts | |
scripts_default | |
snipe | |
Array | An Array is a storage for values. You can access it using indexes or with its API. |
ArrayAccess |
|
Bool | The standard Boolean type, which can either be |
Class | An abstract type that represents a Class. |
Date | The Date class provides a basic structure for date and time related information. Date instances can be created by |
DateTools | The DateTools class contains some extra functionalities for handling |
Dynamic |
|
EReg | The EReg class represents regular expressions. |
Enum | An abstract type that represents an Enum type. |
EnumValue | An abstract type that represents any enum value.
See |
Float | The standard |
Int | The standard |
IntIterator | IntIterator is used for implementing interval iterations. |
ItemProtoClass | |
Iterable | An |
Iterator | An |
Lambda | The |
List | A linked-list of elements. The list is composed of element container objects that are chained together. It is optimized so that adding or removing an element does not imply copying the whole list content every time. |
Map | Map allows key to value mapping for arbitrary value types, and many key types. |
Math | This class defines mathematical functions and constants. |
Null |
|
Reflect | The Reflect API is a way to manipulate values dynamically through an abstract interface in an untyped manner. Use with care. |
Std | The Std class provides standard methods for manipulating basic types. |
String | The basic String class. |
StringBuf | A String buffer is an efficient way to build a big string by appending small elements together. |
StringTools | This class provides advanced methods on Strings. It is ideally used with
|
Sys | This class gives you access to many base functionalities of system platforms. Looks in |
ThreadName | |
Type | The Haxe Reflection API allows retrieval of type information at runtime. |
UserClass | |
ValueType | |
Void | The standard |