Crate ngen_nsl
Source - Int16
- NSLScript
- NSLScript is the main structure used for creating and manipulating NSL scripts.
- Commands
- NSL Commands are the instructions that the NSL script will execute
- DataSource
- DataSource is a source of data that can be used in the NSL script as a parameter for commands.
- DataValue
- DataValue is a value that can be either a direct number or a index to a value in the Memory Buffer
- constant
- Quick method for creating a DataSource from a u8 value
- memory_buffer
- Quick method for creating a DataSource from a u8 value
- random
- Quick method for creating a DataSource from a u8 value
- step_density
- Quick method for creating a DataSource from a u8 value
- step_length
- Quick method for creating a DataSource from a u8 value
- step_pitch
- Quick method for creating a DataSource from a u8 value
- step_velocity
- Quick method for creating a DataSource from a u8 value