UFO: Alien Invasion
|
Data Fields | |
char | name [MAX_PROPERTY_NAME] |
const char * | value |
struct test_property_s * | hash_next |
struct test_property_s * | next |
Definition at line 110 of file test_shared.cpp.
struct test_property_s* test_property_s::hash_next |
Definition at line 113 of file test_shared.cpp.
Referenced by TEST_GetProperty(), and TEST_RegisterProperty().
char test_property_s::name[MAX_PROPERTY_NAME] |
Definition at line 111 of file test_shared.cpp.
Referenced by TEST_GetProperty(), and TEST_RegisterProperty().
struct test_property_s* test_property_s::next |
Definition at line 114 of file test_shared.cpp.
Referenced by TEST_RegisterProperty().
const char* test_property_s::value |
Definition at line 112 of file test_shared.cpp.
Referenced by TEST_GetIntProperty(), TEST_GetLongProperty(), TEST_GetStringProperty(), and TEST_RegisterProperty().