What are these,
Int16
Float
Undifiend
can somebody tell me what they are, there properties and what kind of changes they are usually used for? thanks
Some more plguin value help (easy)
- plushiefire
- Posts: 618
- Joined: Thu Nov 23, 2006 12:10 pm
- Location: Canada
Int16/short = 2bit number often used for chunk references but not always
float = 4bit number used for most numerical values
undefined = 4bits, has not been identifed yet eg it could be 2 shorts, a bitmask, an enum or any mixture of things
float = 4bit number used for most numerical values
undefined = 4bits, has not been identifed yet eg it could be 2 shorts, a bitmask, an enum or any mixture of things

Halo 2 Plugins | Lock-on To Just About Anything | My Sites | Snow Hog
Old Plugins you have, upgrade you must...
Always Maintain a High Quality-To-Crap Ratio.
- plushiefire
- Posts: 618
- Joined: Thu Nov 23, 2006 12:10 pm
- Location: Canada