Author Topic: MAX_BODY_TYPES in _defines.fos  (Read 1448 times)

MAX_BODY_TYPES in _defines.fos
« on: April 09, 2014, 05:11:04 pm »
I'm adding new body types and there's this constant

#define MAX_BODY_TYPES                           ( 21 )

So now I'm wondering if 21 is index (probably) or value (the total number of body types in SDK is 21 coincidentally )?

Offline Wipe

  • Rotator
  • Random is god
Re: MAX_BODY_TYPES in _defines.fos
« Reply #1 on: April 10, 2014, 02:30:34 pm »
More like just a helper in case you'd want to iterate thru all body types for whatever reason, or make sure ST_BODY_TYPE is correct etc.
« Last Edit: April 10, 2014, 03:40:45 pm by Wipe »
Games are meant to be created, not played...