where to find int values of various attributes (java AI)
Posted: 27 Oct 2009, 21:29
Struggling to find values for various things that I can't seem to locate in the java or C++ source header files.
Example is the various fire_states
I know that I can issue a SetFireStateUnitAICommand but I don't know the values to put in for fireState.
I checked the spring engine source files...sepcifically commandAI.cpp and while it handles changes to the fire state, nowhere can I get a list of the integer values I should be using.
Help?
Example is the various fire_states
I know that I can issue a SetFireStateUnitAICommand but I don't know the values to put in for fireState.
I checked the spring engine source files...sepcifically commandAI.cpp and while it handles changes to the fire state, nowhere can I get a list of the integer values I should be using.
Help?