#include "Quatern.h"#include "GenVSI.h"#include "PhysicsObject.h"#include "PhysicsJoint.h"#include "PhysicsSystem.h"Go to the source code of this file.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Definition at line 96 of file Genvs.h. Referenced by PhysicalSystem_Spawn(). |
|
|
|
|
|
|
|
|
Definition at line 136 of file Genvs.h.
00137 {
00138 FALLOFF_NONE = 0,
00139 FALLOFF_ONE_OVER_D,
00140 FALLOFF_ONE_OVER_DSQUARED
00141 };
|
|
|
Definition at line 20 of file Genvs.h.
00021 {
00022 Water = 0x00010000,
00023 Lava = 0x00020000,
00024 /*
00025 type3 = 0x00040000,
00026 type4 = 0x00080000,
00027 type5 = 0x00100000,
00028 type6 = 0x00200000,
00029 type7 = 0x00400000,
00030 type8 = 0x00800000,
00031 type9 = 0x01000000,
00032 type10 = 0x02000000,
00033 type11 = 0x04000000,
00034 type12 = 0x08000000,
00035 type13 = 0x10000000,
00036 type14 = 0x20000000,
00037 type15 = 0x40000000,
00038 type16 = 0x80000000
00039 */
00040 } UserContentsEnum;
|
1.3.2