DataContainer
ComponentsMisc
DataContainer
Description
Data Bodies
Used to save data to be used in Ravenscript.
Similar to the variables defined in C#.
Usage
Configuration after adding to an object
In each tab, set the required quantity in Sizes.
Fill in the value with the data and the id of the internal call to Ravenscript for this data.
Comment
Variables
| Name | Type | Description |
|---|---|---|
| bools | class.BoolEntry[] | bool data body |
| ints | class.IntEntry[] | int data body |
| floats | class.FloatEntry[] | float data body |
| strings | class.StringEntry[] | int data body |
| vectors | class.VectorEntry[] | vector datum |
| rotations | class.RotationEntry[] | Quaternion data body |
| textures | class.TextureEntry[] | texture data body |
| sprites | class.SpriteEntry[] | sprite data body |
| audioClips | class.AudioClipEntry[] | AudioClip data body |
| materials | class.MaterialEntry[] | Material data body |
| gameObjects | class.GameObjectEntry[] | GameObject data body |
| skins | class.ActorSkinEntry[] | Skin data body |
| weaponEntries | class.WeaponEntryEntry[] | Weapon data body |
