|
| enum | Step {
Nothing
, Take
, Took
, Aim
,
Throw
} |
| |
|
|
void | WriteCreateData (BitPacker cd) |
| |
|
void | ReadCreateData (BitPacker cd) |
| |
|
bool | IsThrowingGrenade () |
| |
|
float | GetThrowSpeedFactor () |
| |
|
float | GetCookElapsed () |
| |
|
float | GetCookTime () |
| |
|
void | InitGrenade (GameObject g) |
| |
|
void | NullGrenade () |
| |
|
|
string | grenadePrefabName = "RGD5" |
| |
|
int | grenadesOnSpawn |
| |
|
int | grenadesMax = 3 |
| |
|
ObscuredInt | grenadesAmount |
| |
|
ObscuredFloat | throwSpeed = 27.0f |
| |
|
ObscuredFloat | throwForceTimeWindow = 0.5f |
| |
|
ObscuredFloat | takeGrenadeSecs = 0.25f |
| |
|
ObscuredFloat | throwGrenadeSecs = 0.15f |
| |
|
bool | cancelsReload = false |
| |
|
string | aimOriginPoint = "neck" |
| |
|
string | holderPoint = "left hand" |
| |
|
Transform | aimOrigin |
| |
|
Transform | holder |
| |
|
Step | step = Step.Nothing |
| |
|
string | emptySound = "NoAmmo" |
| |
|
Color | grenadeColor |
| |
|
Gradient | trailGradient |
| |
|
GameObject | grenade |
| |
|
StandardObject | standard |
| |
The documentation for this class was generated from the following file:
- C:/Transhuman/S2/Assets/Engine/Standard/Gostek/GostekGrenade.cs