|
Survivalcraft API 1.8.2.3 v1.8.2.3
Survivalcraft 2.4
|
Public 成员函数 | |
| Random () | |
| Random (int seed) | |
| void | Seed () |
| void | Seed (int seed) |
| int | Sign () |
| bool | Bool () |
| bool | Bool (float probability) |
| uint | UInt () |
| int | Int () |
| int | Int (int bound) |
| int | Int (int min, int max) |
| float | Float () |
| float | Float (float min, float max) |
| float | NormalFloat (float mean, float stddev) |
| Vector2 | Vector2 () |
| Vector2 | Vector2 (float length) |
| Vector2 | Vector2 (float minLength, float maxLength) |
| Vector3 | Vector3 () |
| Vector3 | Vector3 (float length) |
| Vector3 | Vector3 (float minLength, float maxLength) |
静态 Public 成员函数 | |
| static uint | RotateLeft (uint x, int k) |
Public 属性 | |
| uint | m_s0 |
| uint | m_s1 |
静态 Public 属性 | |
| static int | m_counter = (int)(Stopwatch.GetTimestamp() + DateTime.Now.Ticks) |
属性 | |
| ulong | State [get, set] |
|
static |