Union representing different types of behavior attributes. More...
#include <scripts.h>
Public Attributes | |
int | i |
float | f |
bool | b |
void * | p |
struct Node * | node |
Union representing different types of behavior attributes.
int BehaviorAttribute::i |
Integer attribute
float BehaviorAttribute::f |
Float attribute
bool BehaviorAttribute::b |
Boolean attribute
void* BehaviorAttribute::p |
Pointer attribute