#include "../namespace_begin.h"#include "../namespace_end.h"Go to the source code of this file.
|
|
Definition at line 1 of file w_saber.h. Referenced by NPC_BSGM_Attack(). |
|
|
Definition at line 30 of file w_saber.h. Referenced by ForceJump(), and ForceJumpCharge(). |
|
|
Definition at line 32 of file w_saber.h. Referenced by ForceShootLightning(), and StandardBotAI(). |
|
|
Definition at line 27 of file w_saber.h. Referenced by WP_SpawnInitForcePowers(). |
|
|
Definition at line 31 of file w_saber.h. Referenced by WP_DoSpecificPower(). |
|
|
Definition at line 22 of file w_saber.h. Referenced by Jedi_WaitingAmbush(), and NPC_SetMiscDefaultData(). |
|
|
Definition at line 33 of file w_saber.h. Referenced by ForceShootDrain(), and StandardBotAI(). |
|
|
Definition at line 28 of file w_saber.h. Referenced by DoGripAction(), ForceGrip(), and StandardBotAI(). |
|
|
Definition at line 29 of file w_saber.h. Referenced by ForceTelepathy(), ForceTelepathyCheckDirectNPCTarget(), and StandardBotAI(). |
|
|
Definition at line 67 of file w_saber.h. Referenced by PM_WeaponLightsaber(). |
|
|
Definition at line 24 of file w_saber.h. Referenced by WP_SaberSetDefaults(). |
|
|
Definition at line 25 of file w_saber.h. Referenced by WP_SaberStartMissileBlockCheck(). |
|
|
Definition at line 64 of file w_saber.h. Referenced by PM_WeaponLightsaber(), and WP_SaberPositionUpdate(). |
|
|
Definition at line 65 of file w_saber.h. Referenced by PM_WeaponLightsaber(), and WP_SaberPositionUpdate(). |
|
|
Definition at line 66 of file w_saber.h. Referenced by PM_WeaponLightsaber(), and WP_SaberPositionUpdate(). |
|
|
Definition at line 61 of file w_saber.h. Referenced by PM_WeaponLightsaber(), and WP_SaberPositionUpdate(). |
|
|
Definition at line 62 of file w_saber.h. Referenced by PM_WeaponLightsaber(), and WP_SaberPositionUpdate(). |
|
|
Definition at line 63 of file w_saber.h. Referenced by PM_WeaponLightsaber(), and WP_SaberPositionUpdate(). |
|
|
|
|
|
Definition at line 8 of file w_saber.h. Referenced by G_MissileImpact(). |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Definition at line 13 of file w_saber.h. Referenced by PM_SaberLockBreak(). |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Definition at line 35 of file w_saber.h.
00036 {
00037 FJ_FORWARD,
00038 FJ_BACKWARD,
00039 FJ_RIGHT,
00040 FJ_LEFT,
00041 FJ_UP
00042 };
|
|
|
Definition at line 44 of file w_saber.h. Referenced by Jedi_CheckFlipEvasions(), and Jedi_SaberBlockGo().
00045 {
00046 EVASION_NONE = 0,
00047 EVASION_PARRY,
00048 EVASION_DUCK_PARRY,
00049 EVASION_JUMP_PARRY,
00050 EVASION_DODGE,
00051 EVASION_JUMP,
00052 EVASION_DUCK,
00053 EVASION_FJUMP,
00054 EVASION_CARTWHEEL,
00055 EVASION_OTHER,
00056 NUM_EVASION_TYPES
00057 } evasionType_t;
|
|
|
|
|
|
Definition at line 72 of file w_saber.h. Referenced by ForceJump(), ForceJumpCharge(), Jedi_CheckFlipEvasions(), and WPConstantRoutine(). |
|
|
|
|
|
|
|
|
Definition at line 59 of file w_saber.h. Referenced by HolocronTouch(), HolocronUpdate(), JediMasterUpdate(), and WP_ForcePowersUpdate(). |