Page principale | Liste des namespaces | Hiérarchie des classes | Liste par ordre alphabétique | Liste des composants | Liste des fichiers | Membres des namespaces | Composants | Déclarations

Référence du fichier ExCAction.h

#include "ExDefine.h"

Aller au code source de ce fichier.

Composants

class  ExCAction

Définitions des macros

#define START_BASIC_ACTION_MAP   30000
#define NOTHING   0
#define QUIT   30001
#define RESET   30002
#define RELOAD   30003
#define END_BASIC_ACTION_MAP   30098
#define START_CAMERA_ACTION_MAP   30099
#define CAMERA_CURRENT_START_ROTATEX_UP   30100
#define CAMERA_CURRENT_STOP_ROTATEX_UP   30101
#define CAMERA_CURRENT_ROTATEX_UP   30102
#define CAMERA_CURRENT_START_ROTATEX_DOWN   30103
#define CAMERA_CURRENT_STOP_ROTATEX_DOWN   30104
#define CAMERA_CURRENT_ROTATEX_DOWN   30105
#define CAMERA_CURRENT_START_ROTATEY_UP   30106
#define CAMERA_CURRENT_STOP_ROTATEY_UP   30107
#define CAMERA_CURRENT_ROTATEY_UP   30108
#define CAMERA_CURRENT_START_ROTATEY_DOWN   30109
#define CAMERA_CURRENT_STOP_ROTATEY_DOWN   30110
#define CAMERA_CURRENT_ROTATEY_DOWN   30111
#define CAMERA_CURRENT_START_ROTATEZ_UP   30112
#define CAMERA_CURRENT_STOP_ROTATEZ_UP   30113
#define CAMERA_CURRENT_ROTATEZ_UP   30114
#define CAMERA_CURRENT_START_ROTATEZ_DOWN   30115
#define CAMERA_CURRENT_STOP_ROTATEZ_DOWN   30116
#define CAMERA_CURRENT_ROTATEZ_DOWN   30117
#define CAMERA_CURRENT_START_INCREASE_SPEED   30121
#define CAMERA_CURRENT_STOP_INCREASE_SPEED   30122
#define CAMERA_CURRENT_INCREASE_SPEED   30123
#define CAMERA_CURRENT_START_DECREASE_SPEED   30124
#define CAMERA_CURRENT_STOP_DECREASE_SPEED   30125
#define CAMERA_CURRENT_DECREASE_SPEED   30126
#define CAMERA_CURRENT_FULL_STOP   30127
#define CAMERA_NEXT_CAM   30128
#define CAMERA_PREV_CAM   30129
#define CAMERA_CURRENT_START_INCREASE_ZOOM   30130
#define CAMERA_CURRENT_STOP_INCREASE_ZOOM   30131
#define CAMERA_CURRENT_INCREASE_ZOOM   30132
#define CAMERA_CURRENT_START_DECREASE_ZOOM   30133
#define CAMERA_CURRENT_STOP_DECREASE_ZOOM   30134
#define CAMERA_CURRENT_DECREASE_ZOOM   30135
#define CAMERA_SET_POS_X   30136
#define CAMERA_SET_POS_Y   30137
#define CAMERA_SET_POS_Z   30138
#define CAMERA_SET_TARGET_POS_X   30139
#define CAMERA_SET_TARGET_POS_Y   30140
#define CAMERA_SET_TARGET_POS_Z   30141
#define CAMERA_SET_ANGLE_X   30142
#define CAMERA_SET_ANGLE_Y   30143
#define CAMERA_SET_ANGLE_Z   30144
#define CAMERA_CURRENT_START_INCREASE_AROUND   30145
#define CAMERA_CURRENT_STOP_INCREASE_AROUND   30146
#define CAMERA_CURRENT_START_DECREASE_AROUND   30147
#define CAMERA_CURRENT_STOP_DECREASE_AROUND   30148
#define CAMERA_CURRENT_SET_AROUND   30149
#define CAMERA_CURRENT_START_INCREASE_DISTANCE   30150
#define CAMERA_CURRENT_STOP_INCREASE_DISTANCE   30151
#define CAMERA_CURRENT_START_DECREASE_DISTANCE   30152
#define CAMERA_CURRENT_STOP_DECREASE_DISTANCE   30153
#define CAMERA_CURRENT_SET_DISTANCE   30154
#define CAMERA_CURRENT_START_INCREASE_HEIGHT   30155
#define CAMERA_CURRENT_STOP_INCREASE_HEIGHT   30156
#define CAMERA_CURRENT_START_DECREASE_HEIGHT   30157
#define CAMERA_CURRENT_STOP_DECREASE_HEIGHT   30158
#define CAMERA_CURRENT_SET_HEIGHT   30159
#define RELOAD_MANAGER_CAMERA   30160
#define CAMERA_CURRENT_SHOW_INFO   30161
#define CAMERA_CURRENT_HIDE_INFO   30162
#define END_CAMERA_ACTION_MAP   30198
#define START_SOUND_ACTION_MAP   30299
#define LIST_SOUND   30300
#define REMOVE_SOUND   30301
#define PLAY_SOUND   30302
#define STOP_SOUND   30303
#define SET_REPEATS_SOUND   30304
#define GET_REPEATS_SOUND   30305
#define ADD_SOUND   30306
#define PAUSE_SOUND   30307
#define RELOAD_MANAGER_SOUND   30308
#define END_SOUND_ACTION_MAP   30398
#define START_INTERFACE_ACTION_MAP   30399
#define SHOW_INTERFACE_REGION   30400
#define HIDE_INTERFACE_REGION   30401
#define LIST_INTERFACE   30402
#define ENABLE_INTERFACE   30403
#define DISABLE_INTERFACE   30404
#define ADD_INTERFACE   30405
#define ENABLE_ALL_INTERFACE   30406
#define DISABLE_ALL_INTERFACE   30407
#define RELOAD_MANAGER_INTERFACE   30408
#define END_INTERFACE_ACTION_MAP   30498
#define START_MAP_ACTION_MAP   30499
#define SHOW_MAP_SKY_BOX   30500
#define HIDE_MAP_SKY_BOX   30501
#define SHOW_MAP_MESH   30502
#define HIDE_MAP_MESH   30503
#define ENABLE_MAP_OCTREE   30504
#define DISABLE_MAP_OCTREE   30505
#define SHOW_MAP_OCTREE_SUBDIVISON   30506
#define HIDE_MAP_OCTREE_SUBDIVISON   30507
#define HEIGHTMAP_INCREASE_DETAIL_LEVEL   30508
#define HEIGHTMAP_DECREASE_DETAIL_LEVEL   30509
#define HEIGHTMAP_ENABLE_FOG   30510
#define HEIGHTMAP_DISABLE_FOG   30511
#define HEIGHTMAP_SWITCH_FOG   30512
#define HEIGHTMAP_INCREASE_FOG_DEPHT_LEVEL   30513
#define HEIGHTMAP_DECREASE_FOG_DEPHT_LEVEL   30514
#define HEIGHTMAP_INCREASE_TEXTURE_2_REPETITION   30515
#define HEIGHTMAP_DECREASE_TEXTURE_2_REPETITION   30516
#define RELOAD_MANAGER_MAP   30517
#define END_MAP_ACTION_MAP   30594
#define START_FOG_ACTION_MAP   30599
#define ENABLE_FOG   30600
#define DISABEL_FOG   30601
#define SET_FOG_COLOR_R   30602
#define SET_FOG_COLOR_G   30603
#define SET_FOG_COLOR_B   30604
#define SET_FOG_START_POINT   30605
#define SET_FOG_END_POINT   30606
#define SET_FOG_DENSITY   30607
#define SET_FOG_ALGO_LINEAR   30608
#define SET_FOG_ALGO_EXP2   30609
#define SET_FOG_ALGO_EXP   30610
#define RELOAD_MANAGER_FOG   30611
#define END_FOG_ACTION_MAP   30698
#define START_PARTICULESYSTEME_ACTION_MAP   30699
#define LOAD_PARTICULESYSTEME   30700
#define STAR_PARTICULESYSTEME   30701
#define STOP_PARTICULESYSTEME   30702
#define PAUSE_PARTICULESYSTEME   30703
#define STAR_ALL_PARTICULESYSTEME   30704
#define STOP_ALL_PARTICULESYSTEME   30705
#define PAUSE_ALL_PARTICULESYSTEME   30706
#define LIST_PARTICULESYSTEME   30707
#define RELOAD_MANAGER_PARTICULESYSTEME   30708
#define END_PARTICULESYSTEME_ACTION_MAP   30799
#define START_CONSOL_ACTION_MAP   30800
#define ENABLE_CONSOL_BACKGROUND_TEXTURE   30801
#define DISABLE_CONSOL_BACKGROUND_TEXTURE   30802
#define SET_CONSOL_BACKGROUND_TEXURE   30803
#define SET_CONSOL_BACKGROUND_COLOR   30804
#define SET_CONSOL_BACKGROUND_COLOR_BLUE   30805
#define SET_CONSOL_BACKGROUND_COLOR_GREEN   30806
#define SET_CONSOL_BACKGROUND_COLOR_RED   30807
#define ENABLE_CONSOL_BACKGROUND_BLENDING   30809
#define DISABLE_CONSOL_BACKGROUND_BLENDING   30810
#define SET_CONSOL_BACKGROUND_BLENDING   30811
#define SHOW_FULL_CONSOL   30812
#define SHOW_HALF_CONSOL   30813
#define HIDE_CONSOL   30814
#define CONSOL_NEXT_AVIABLE_STATE   30815
#define CONSOL_LINE_UP   30816
#define CONSOL_LINE_DOWN   30817
#define RELOAD_MANAGER_CONSOL   30818
#define END_CONSOL_ACTION_MAP   30899
#define START_MODEL_ACTION_MAP   30900
#define LIST   30901
#define SET_CURRENT_OBJECT_BY_ID   30902
#define SET_CURRENT_OBJECT_BY_NAME   30903
#define NEXT_FRAME   30904
#define PREVIOUS_FRAME   30905
#define SET_CURENT_FRAME   30906
#define TURN_LEFT   30940
#define TURN_RIGHT   30941
#define LOOK_UP   30942
#define LOOK_DOWN   30943
#define START_RUN   30950
#define STOP_RUN   30951
#define START_ACTION   30952
#define STOP_ACTION   30953
#define MODEL_SET_POS_X   30954
#define MODEL_SET_POS_Y   30955
#define MODEL_SET_POS_Z   30956
#define MODEL_SET_ANGLE_X   30957
#define MODEL_SET_ANGLE_Y   30958
#define MODEL_SET_ANGLE_Z   30959
#define MODEL_SET_ACTION   30960
#define MODEL_LOAD_WITH_NAME   30961
#define MODEL_LOAD   30962
#define MODEL_START_ROTATE_Y_DOWN   30963
#define MODEL_STOP_ROTATE_Y_DOWN   30964
#define MODEL_START_ROTATE_Y_UP   30965
#define MODEL_STOP_ROTATE_Y_UP   30966
#define MODEL_START_ROTATE_Z_DOWN   30967
#define MODEL_STOP_ROTATE_Z_DOWN   30968
#define MODEL_START_ROTATE_Z_UP   30969
#define MODEL_STOP_ROTATE_Z_UP   30970
#define MODEL_START_ROTATE_X_DOWN   30971
#define MODEL_STOP_ROTATE_X_DOWN   30972
#define MODEL_START_ROTATE_X_UP   30973
#define MODEL_STOP_ROTATE_X_UP   30974
#define MODEL_START_MOVE_FORWARD   30975
#define MODEL_STOP_MOVE_FORWARD   30976
#define MODEL_JUMP   30977
#define MODEL_NEXT_MODEL   30978
#define MODEL_PREV_MODEL   30979
#define MODEL_STOP_ALL   30980
#define MODEL_SHOW_COLLISION_SPHERE   30981
#define MODEL_START_STRAFE_LEFT   30982
#define MODEL_STOP_STRAFE_LEFT   30983
#define MODEL_START_STRAFE_RIGHT   30984
#define MODEL_STOP_STREFA_RIGHT   30985
#define MANAGER_MODEL_RELOAD   30986
#define MODEL_TOGGLE_VISIBLESTATE   30987
#define MODEL_HIDE   30988
#define MODEL_SHOW   30989
#define MODEL_TOGGLE_ALWAYS_DRAW   30990
#define MODEL_ALWAYS_DRAW_ON   30991
#define MODEL_ALWAYS_DRAW_OFF   30992
#define MODEL_SET_RENDER_MODE   30993
#define END_MODEL_ACTION_MAP   30999
#define START_WINDOW_ACTION_MAP   31100
#define SHOW_FPS_STAT   31101
#define HIDE_FPS_STAT   31102
#define ENABLE_GRIDE   31103
#define DISABLE_GRIDE   31104
#define SWITCH_GRIDE   31105
#define SET_RESOLUTION_800_600_16   31106
#define SET_RESOLUTION_800_600_24   31107
#define SET_RESOLUTION_800_600_32   31108
#define SET_RESOLUTION_1024_768_16   31109
#define SET_RESOLUTION_1024_768_24   31110
#define SET_RESOLUTION_1024_768_32   31111
#define SET_RESOLUTION_1600_1200_16   31112
#define SET_RESOLUTION_1600_1200_24   31113
#define SET_RESOLUTION_1600_1200_32   31114
#define SET_POLYGONMODE_POINTS   31115
#define SET_POLYGONMODE_LINES   31116
#define SET_POLYGONMODE_FILL   31117
#define MANAGER_WINDOW_RELOAD   31118
#define END_WINDOW_ACTION_MAP   31199
#define START_COMMAND_ACTION_MAP   31200
#define CHECK_DEVICE   31201
#define LOAD_EXEC_CONFIG_FILE   31202
#define MANAGERCOMMAND_RELOAD   31203
#define END_COMMAND_ACTION_MAP   31299
#define START_NETWORK_ACTION_MAP   31300
#define SHOW_NET_STAT   31301
#define HIDE_NET_STAT   31302
#define CONNECT   31303
#define DISCONNECT   31304
#define SHOW_CHAT   31305
#define HIDE_CHAT   31306
#define SAY   31307
#define MANAGER_NETWORK_RELOAD   31308
#define END_NETWORK_ACTION_MAP   31399
#define START_TEXTURE_ACTION_MAP   31400
#define LIST_TEXTURE   31401
#define LOAD_TEXTURE   31402
#define UNLOAD_TEXTURE   31403
#define SAVE_TEXTURE   31404
#define MANAGER_TEXTURE_RELOAD   31405
#define END_TEXTURE_ACTION_MAP   31499
#define START_ID_ACTION_MAP   31500
#define ID_LIST   31501
#define MANAGER_ID_RELOAD   31502
#define END_ID_ACTION_MAP   31599
#define START_OBJECT_WINDOW_ACTION_MAP   31600
#define LIST_OBJECT_WINDOW   31601
#define CLOSE_OBJECT_WINDOW   31602
#define MINIMIZE_OBJECT_WINDOW   31603
#define MAXIMIZE_OBJECT_WINDOW   31604
#define MINIMIZE_TO_BAR_OBJECT_WINDOW   31605
#define MOUVE_OBJECT_WINDOW   31606
#define REQUEST_FOCUS_OBJECT_WINDOW   31607
#define RELEASE_FOCUS_OBJECT_WINDOW   31608
#define MESSAGE_BOX   31609
#define MESSAGE_BOX_QUESTION   31610
#define LOAD_OBJECT_WINDOW   31611
#define ENABLE_WINDOW   31612
#define DISABLE_WINDOW   31613
#define TOGGLE_WINDOW   31614
#define MANAGER_OBJECT_WINDOW_RELOAD   31615
#define END_OBJECT_WINDOW_ACTION_MAP   31699
#define START_SPECIALEFFECT_ACTION_MAP   31700
#define START_FADE_TO_WHITE   31701
#define STOP_FADE_TO_WHITE   31702
#define START_WITHE_TO_FADE   31703
#define STOP_WITHE_TO_FADE   31704
#define START_FADE_TO_BLACK   31705
#define STOP_FADE_TO_BLACK   31706
#define START_BLACK_TO_FADE   31707
#define STOP_BLACK_TO_FADE   31708
#define START_MOTION_BLUR   31709
#define STOP_MOTION_BLUR   31710
#define ENABLE_ANTIALLIASING   31711
#define DISABLE_ANTIALLIASING   31712
#define MANAGER_SPECIALEFFECT_RELOAD   31713
#define END_SPECIALEFFECT_ACTION_MAP   31799
#define START_MESH_ACTION_MAP   31800
#define MANAGER_MESH_RELOAD   31801
#define MANAGER_MESH_RESET   31802
#define END_MESH_ACTION_MAP   31899
#define START_LOAD_ACTION_MAP   31900
#define LOAD_COMMAND_CONFIG_FILE   31901
#define LOAD_FILE   31902
#define LOAD_SET_OF_FILE   31903
#define LOAD_ENTITY_FILE   31904
#define LOAD_MODELE_FILE   31905
#define LOAD_MAP_FILE   31906
#define LOAD_INTERFACE_FILE   31907
#define LOAD_SOUND_FILE   31908
#define LOAD_CONSOLE_CONFIG_FILE   31909
#define LOAD_PART_CONFIG_FILE   31910
#define NEXT_ANIMATION_FRAME   31911
#define PREV_ANIMATION_FRAME   31912
#define LAST_ANIMATION_FRAME   31913
#define FIRST_ANIMATION_FRAME   31914
#define ENABLE_LOADING_ANIMATION   31915
#define DISABLE_LOADING_ANIMATION   31916
#define MANAGER_LOADING_RELOAD   31917
#define END_LOAD_ACTION_MAP   31999
#define START_PVS_ACTION_MAP   32000
#define MANAGER_PVS_RELOAD   32001
#define END_PVS_ACTION_MAP   32099
#define START_ANIMATION_ACTION_MAP   32100
#define MANAGER_ANIMATION_RELOAD   32101
#define MANAGER_ANIMATION_PAUSE_ALL_ANIMATION   32102
#define MANAGER_ANIMATION_UNPAUSE_ALL_ANIMATION   32103
#define MANAGER_ANIMATION_TOGGLE_PAUSE_ALL_ANIMATION   32104
#define MANAGER_ANIMATION_PAUSE_ANIMATION   32105
#define MANAGER_ANIMATION_UNPAUSE_ANIMATION   32106
#define MANAGER_ANIMATION_TOGGLE_ANIMATION   32107
#define MANAGER_ANIMATION_SET_CURRENT_OBJECT_BY_ID   32108
#define MANAGER_ANIMATION_SET_CURRENT_OBJECT_BY_NAME   32109
#define END_ANIMATION_ACTION_MAP   32199
#define START_ENTITY_ACTION_MAP   32200
#define MANAGER_ENTITY_RELOAD   32201
#define MANAGER_ENTITY_SET_CURRENT_OBJECT_BY_ID   32202
#define MANAGER_ENTITY_SET_CURRENT_OBJECT_BY_NAME   32203
#define ENTITY_TOGGLE_VISIBLESTATE   32204
#define ENTITY_HIDE   32205
#define ENTITY_SHOW   32206
#define MANAGER_ENTITY_RESET   32207
#define END_ENTITY_ACTION_MAP   32299
#define START_CUSTOM_ACTION_ACTION_MAP   50000
#define CUSTOM_ACTION_1   50001
#define CUSTOM_ACTION_2   50002
#define CUSTOM_ACTION_3   50003
#define CUSTOM_ACTION_4   50004
#define END_CUSTOM_ACTION_ACTION_MAP   60000
#define ROTATE_Z_UP   60000
#define ROTATE_Y_UP   60001
#define ROTATE_X_UP   60002
#define ROTATE_Z_DOWN   60003
#define ROTATE_Y_DOWN   60004
#define ROTATE_X_DOWN   60005
#define ZOOM_UP   60006
#define ZOOM_DOWN   60007
#define SPEED_UP   60008
#define SPEED_DOWN   60009
#define ANGLE_AROUND_TARGET_UP   60010
#define ANGLE_AROUND_TARGET_DOWN   60011
#define DISTANCE_FROM_TARGET_UP   60012
#define DISTANCE_FROM_TARGET_DOWN   60013
#define HEIGHT_FROM_TARGET_UP   60014
#define HEIGHT_FROM_TARGET_DOWN   60015


Documentation de la macro

#define ADD_INTERFACE   30405
 

Définition à la ligne 232 du fichier ExCAction.h.

Référencé par ExManagerInterface::InputAction().

#define ADD_SOUND   30306
 

Définition à la ligne 219 du fichier ExCAction.h.

Référencé par ExManagerSound::InputAction().

#define ANGLE_AROUND_TARGET_DOWN   60011
 

Définition à la ligne 579 du fichier ExCAction.h.

Référencé par ExManagerCamera::InputAction(), et ExCCameraChase::Process().

#define ANGLE_AROUND_TARGET_UP   60010
 

Définition à la ligne 578 du fichier ExCAction.h.

Référencé par ExManagerCamera::InputAction(), et ExCCameraChase::Process().

#define CAMERA_CURRENT_DECREASE_SPEED   30126
 

Définition à la ligne 160 du fichier ExCAction.h.

Référencé par ExManagerCommand::Init(), et ExManagerCamera::InputAction().

#define CAMERA_CURRENT_DECREASE_ZOOM   30135
 

Définition à la ligne 173 du fichier ExCAction.h.

Référencé par ExManagerCamera::InputAction().

#define CAMERA_CURRENT_FULL_STOP   30127
 

Définition à la ligne 162 du fichier ExCAction.h.

Référencé par ExManagerCommand::Init(), et ExManagerCamera::InputAction().

#define CAMERA_CURRENT_HIDE_INFO   30162
 

Définition à la ligne 206 du fichier ExCAction.h.

Référencé par ExManagerCamera::InputAction().

#define CAMERA_CURRENT_INCREASE_SPEED   30123
 

Définition à la ligne 156 du fichier ExCAction.h.

Référencé par ExManagerCommand::Init(), et ExManagerCamera::InputAction().

#define CAMERA_CURRENT_INCREASE_ZOOM   30132
 

Définition à la ligne 169 du fichier ExCAction.h.

Référencé par ExManagerCamera::InputAction().

#define CAMERA_CURRENT_ROTATEX_DOWN   30105
 

Définition à la ligne 136 du fichier ExCAction.h.

Référencé par ExManagerCamera::InputAction().

#define CAMERA_CURRENT_ROTATEX_UP   30102
 

Définition à la ligne 132 du fichier ExCAction.h.

Référencé par ExManagerCamera::InputAction().

#define CAMERA_CURRENT_ROTATEY_DOWN   30111
 

Définition à la ligne 144 du fichier ExCAction.h.

Référencé par ExManagerCamera::InputAction().

#define CAMERA_CURRENT_ROTATEY_UP   30108
 

Définition à la ligne 140 du fichier ExCAction.h.

Référencé par ExManagerCamera::InputAction().

#define CAMERA_CURRENT_ROTATEZ_DOWN   30117
 

Définition à la ligne 152 du fichier ExCAction.h.

Référencé par ExManagerCamera::InputAction().

#define CAMERA_CURRENT_ROTATEZ_UP   30114
 

Définition à la ligne 148 du fichier ExCAction.h.

Référencé par ExManagerCamera::InputAction().

#define CAMERA_CURRENT_SET_AROUND   30149
 

Définition à la ligne 189 du fichier ExCAction.h.

#define CAMERA_CURRENT_SET_DISTANCE   30154
 

Définition à la ligne 195 du fichier ExCAction.h.

#define CAMERA_CURRENT_SET_HEIGHT   30159
 

Définition à la ligne 201 du fichier ExCAction.h.

#define CAMERA_CURRENT_SHOW_INFO   30161
 

Définition à la ligne 205 du fichier ExCAction.h.

Référencé par ExManagerCamera::InputAction().

#define CAMERA_CURRENT_START_DECREASE_AROUND   30147
 

Définition à la ligne 187 du fichier ExCAction.h.

Référencé par ExManagerCommand::Init(), et ExManagerCamera::InputAction().

#define CAMERA_CURRENT_START_DECREASE_DISTANCE   30152
 

Définition à la ligne 193 du fichier ExCAction.h.

Référencé par ExManagerCommand::Init(), et ExManagerCamera::InputAction().

#define CAMERA_CURRENT_START_DECREASE_HEIGHT   30157
 

Définition à la ligne 199 du fichier ExCAction.h.

Référencé par ExManagerCommand::Init(), et ExManagerCamera::InputAction().

#define CAMERA_CURRENT_START_DECREASE_SPEED   30124
 

Définition à la ligne 158 du fichier ExCAction.h.

#define CAMERA_CURRENT_START_DECREASE_ZOOM   30133
 

Définition à la ligne 171 du fichier ExCAction.h.

Référencé par ExManagerCommand::Init(), et ExManagerCamera::InputAction().

#define CAMERA_CURRENT_START_INCREASE_AROUND   30145
 

Définition à la ligne 185 du fichier ExCAction.h.

Référencé par ExManagerCommand::Init(), et ExManagerCamera::InputAction().

#define CAMERA_CURRENT_START_INCREASE_DISTANCE   30150
 

Définition à la ligne 191 du fichier ExCAction.h.

Référencé par ExManagerCommand::Init(), et ExManagerCamera::InputAction().

#define CAMERA_CURRENT_START_INCREASE_HEIGHT   30155
 

Définition à la ligne 197 du fichier ExCAction.h.

Référencé par ExManagerCommand::Init(), et ExManagerCamera::InputAction().

#define CAMERA_CURRENT_START_INCREASE_SPEED   30121
 

Définition à la ligne 154 du fichier ExCAction.h.

#define CAMERA_CURRENT_START_INCREASE_ZOOM   30130
 

Définition à la ligne 167 du fichier ExCAction.h.

Référencé par ExManagerCommand::Init(), et ExManagerCamera::InputAction().

#define CAMERA_CURRENT_START_ROTATEX_DOWN   30103
 

Définition à la ligne 134 du fichier ExCAction.h.

Référencé par ExManagerCommand::Init(), et ExManagerCamera::InputAction().

#define CAMERA_CURRENT_START_ROTATEX_UP   30100
 

Définition à la ligne 130 du fichier ExCAction.h.

Référencé par ExManagerCommand::Init(), et ExManagerCamera::InputAction().

#define CAMERA_CURRENT_START_ROTATEY_DOWN   30109
 

Définition à la ligne 142 du fichier ExCAction.h.

Référencé par ExManagerCommand::Init(), et ExManagerCamera::InputAction().

#define CAMERA_CURRENT_START_ROTATEY_UP   30106
 

Définition à la ligne 138 du fichier ExCAction.h.

Référencé par ExManagerCommand::Init(), et ExManagerCamera::InputAction().

#define CAMERA_CURRENT_START_ROTATEZ_DOWN   30115
 

Définition à la ligne 150 du fichier ExCAction.h.

Référencé par ExManagerCommand::Init(), et ExManagerCamera::InputAction().

#define CAMERA_CURRENT_START_ROTATEZ_UP   30112
 

Définition à la ligne 146 du fichier ExCAction.h.

Référencé par ExManagerCommand::Init(), et ExManagerCamera::InputAction().

#define CAMERA_CURRENT_STOP_DECREASE_AROUND   30148
 

Définition à la ligne 188 du fichier ExCAction.h.

Référencé par ExManagerCommand::Init(), et ExManagerCamera::InputAction().

#define CAMERA_CURRENT_STOP_DECREASE_DISTANCE   30153
 

Définition à la ligne 194 du fichier ExCAction.h.

Référencé par ExManagerCommand::Init(), et ExManagerCamera::InputAction().

#define CAMERA_CURRENT_STOP_DECREASE_HEIGHT   30158
 

Définition à la ligne 200 du fichier ExCAction.h.

Référencé par ExManagerCommand::Init(), et ExManagerCamera::InputAction().

#define CAMERA_CURRENT_STOP_DECREASE_SPEED   30125
 

Définition à la ligne 159 du fichier ExCAction.h.

#define CAMERA_CURRENT_STOP_DECREASE_ZOOM   30134
 

Définition à la ligne 172 du fichier ExCAction.h.

Référencé par ExManagerCommand::Init(), et ExManagerCamera::InputAction().

#define CAMERA_CURRENT_STOP_INCREASE_AROUND   30146
 

Définition à la ligne 186 du fichier ExCAction.h.

Référencé par ExManagerCommand::Init(), et ExManagerCamera::InputAction().

#define CAMERA_CURRENT_STOP_INCREASE_DISTANCE   30151
 

Définition à la ligne 192 du fichier ExCAction.h.

Référencé par ExManagerCommand::Init(), et ExManagerCamera::InputAction().

#define CAMERA_CURRENT_STOP_INCREASE_HEIGHT   30156
 

Définition à la ligne 198 du fichier ExCAction.h.

Référencé par ExManagerCommand::Init(), et ExManagerCamera::InputAction().

#define CAMERA_CURRENT_STOP_INCREASE_SPEED   30122
 

Définition à la ligne 155 du fichier ExCAction.h.

#define CAMERA_CURRENT_STOP_INCREASE_ZOOM   30131
 

Définition à la ligne 168 du fichier ExCAction.h.

Référencé par ExManagerCommand::Init(), et ExManagerCamera::InputAction().

#define CAMERA_CURRENT_STOP_ROTATEX_DOWN   30104
 

Définition à la ligne 135 du fichier ExCAction.h.

Référencé par ExManagerCommand::Init(), et ExManagerCamera::InputAction().

#define CAMERA_CURRENT_STOP_ROTATEX_UP   30101
 

Définition à la ligne 131 du fichier ExCAction.h.

Référencé par ExManagerCommand::Init(), et ExManagerCamera::InputAction().

#define CAMERA_CURRENT_STOP_ROTATEY_DOWN   30110
 

Définition à la ligne 143 du fichier ExCAction.h.

Référencé par ExManagerCommand::Init(), et ExManagerCamera::InputAction().

#define CAMERA_CURRENT_STOP_ROTATEY_UP   30107
 

Définition à la ligne 139 du fichier ExCAction.h.

Référencé par ExManagerCommand::Init(), et ExManagerCamera::InputAction().

#define CAMERA_CURRENT_STOP_ROTATEZ_DOWN   30116
 

Définition à la ligne 151 du fichier ExCAction.h.

Référencé par ExManagerCommand::Init(), et ExManagerCamera::InputAction().

#define CAMERA_CURRENT_STOP_ROTATEZ_UP   30113
 

Définition à la ligne 147 du fichier ExCAction.h.

Référencé par ExManagerCommand::Init(), et ExManagerCamera::InputAction().

#define CAMERA_NEXT_CAM   30128
 

Définition à la ligne 164 du fichier ExCAction.h.

Référencé par ExManagerCommand::Init(), et ExManagerCamera::InputAction().

#define CAMERA_PREV_CAM   30129
 

Définition à la ligne 165 du fichier ExCAction.h.

Référencé par ExManagerCommand::Init(), et ExManagerCamera::InputAction().

#define CAMERA_SET_ANGLE_X   30142
 

Définition à la ligne 181 du fichier ExCAction.h.

Référencé par ExManagerCamera::InputAction().

#define CAMERA_SET_ANGLE_Y   30143
 

Définition à la ligne 182 du fichier ExCAction.h.

Référencé par ExManagerCamera::InputAction().

#define CAMERA_SET_ANGLE_Z   30144
 

Définition à la ligne 183 du fichier ExCAction.h.

Référencé par ExManagerCamera::InputAction().

#define CAMERA_SET_POS_X   30136
 

Définition à la ligne 175 du fichier ExCAction.h.

Référencé par ExManagerCamera::InputAction().

#define CAMERA_SET_POS_Y   30137
 

Définition à la ligne 176 du fichier ExCAction.h.

Référencé par ExManagerCamera::InputAction().

#define CAMERA_SET_POS_Z   30138
 

Définition à la ligne 177 du fichier ExCAction.h.

Référencé par ExManagerCamera::InputAction().

#define CAMERA_SET_TARGET_POS_X   30139
 

Définition à la ligne 178 du fichier ExCAction.h.

Référencé par ExManagerCamera::InputAction().

#define CAMERA_SET_TARGET_POS_Y   30140
 

Définition à la ligne 179 du fichier ExCAction.h.

Référencé par ExManagerCamera::InputAction().

#define CAMERA_SET_TARGET_POS_Z   30141
 

Définition à la ligne 180 du fichier ExCAction.h.

Référencé par ExManagerCamera::InputAction().

#define CHECK_DEVICE   31201
 

Définition à la ligne 411 du fichier ExCAction.h.

#define CLOSE_OBJECT_WINDOW   31602
 

Définition à la ligne 454 du fichier ExCAction.h.

Référencé par ExCWindowTitleBar::Init(), ExCWindowMessageBox::Init(), ExCWindow::Init(), ExManagerObjectWindow::InputAction(), ExCWindowMessageBoxQuestion::InputCommand(), et ExCWindowMessageBox::InputCommand().

#define CONNECT   31303
 

Définition à la ligne 422 du fichier ExCAction.h.

Référencé par ExManagerNetwork::InputAction().

#define CONSOL_LINE_DOWN   30817
 

Définition à la ligne 312 du fichier ExCAction.h.

Référencé par ExManagerCommand::Init(), et ExManagerConsole::InputAction().

#define CONSOL_LINE_UP   30816
 

Définition à la ligne 311 du fichier ExCAction.h.

Référencé par ExManagerCommand::Init(), et ExManagerConsole::InputAction().

#define CONSOL_NEXT_AVIABLE_STATE   30815
 

Définition à la ligne 310 du fichier ExCAction.h.

Référencé par ExManagerCommand::Init(), ExManagerConsole::InputAction(), et ExManagerConsole::InputCommand().

#define CUSTOM_ACTION_1   50001
 

Définition à la ligne 559 du fichier ExCAction.h.

#define CUSTOM_ACTION_2   50002
 

Définition à la ligne 560 du fichier ExCAction.h.

#define CUSTOM_ACTION_3   50003
 

Définition à la ligne 561 du fichier ExCAction.h.

#define CUSTOM_ACTION_4   50004
 

Définition à la ligne 562 du fichier ExCAction.h.

#define DISABEL_FOG   30601
 

Définition à la ligne 266 du fichier ExCAction.h.

Référencé par ExManagerFog::InputAction().

#define DISABLE_ALL_INTERFACE   30407
 

Définition à la ligne 234 du fichier ExCAction.h.

Référencé par ExManagerInterface::InputAction().

#define DISABLE_ANTIALLIASING   31712
 

Définition à la ligne 487 du fichier ExCAction.h.

#define DISABLE_CONSOL_BACKGROUND_BLENDING   30810
 

Définition à la ligne 305 du fichier ExCAction.h.

Référencé par ExManagerConsole::InputAction().

#define DISABLE_CONSOL_BACKGROUND_TEXTURE   30802
 

Définition à la ligne 298 du fichier ExCAction.h.

Référencé par ExManagerConsole::InputAction().

#define DISABLE_GRIDE   31104
 

Définition à la ligne 390 du fichier ExCAction.h.

Référencé par ExManagerWindow::InputAction().

#define DISABLE_INTERFACE   30404
 

Définition à la ligne 231 du fichier ExCAction.h.

Référencé par ExManagerInterface::InputAction().

#define DISABLE_LOADING_ANIMATION   31916
 

Définition à la ligne 517 du fichier ExCAction.h.

#define DISABLE_MAP_OCTREE   30505
 

Définition à la ligne 246 du fichier ExCAction.h.

#define DISABLE_WINDOW   31613
 

Définition à la ligne 465 du fichier ExCAction.h.

Référencé par ExManagerObjectWindow::InputAction().

#define DISCONNECT   31304
 

Définition à la ligne 423 du fichier ExCAction.h.

Référencé par ExManagerNetwork::InputAction().

#define DISTANCE_FROM_TARGET_DOWN   60013
 

Définition à la ligne 581 du fichier ExCAction.h.

Référencé par ExManagerCamera::InputAction(), et ExCCameraChase::Process().

#define DISTANCE_FROM_TARGET_UP   60012
 

Définition à la ligne 580 du fichier ExCAction.h.

Référencé par ExManagerCamera::InputAction(), et ExCCameraChase::Process().

#define ENABLE_ALL_INTERFACE   30406
 

Définition à la ligne 233 du fichier ExCAction.h.

Référencé par ExManagerInterface::InputAction().

#define ENABLE_ANTIALLIASING   31711
 

Définition à la ligne 486 du fichier ExCAction.h.

#define ENABLE_CONSOL_BACKGROUND_BLENDING   30809
 

Définition à la ligne 304 du fichier ExCAction.h.

Référencé par ExManagerConsole::InputAction().

#define ENABLE_CONSOL_BACKGROUND_TEXTURE   30801
 

Définition à la ligne 297 du fichier ExCAction.h.

Référencé par ExManagerConsole::InputAction().

#define ENABLE_FOG   30600
 

Définition à la ligne 265 du fichier ExCAction.h.

Référencé par ExManagerFog::InputAction().

#define ENABLE_GRIDE   31103
 

Définition à la ligne 389 du fichier ExCAction.h.

Référencé par ExManagerWindow::InputAction().

#define ENABLE_INTERFACE   30403
 

Définition à la ligne 230 du fichier ExCAction.h.

Référencé par ExManagerInterface::InputAction().

#define ENABLE_LOADING_ANIMATION   31915
 

Définition à la ligne 516 du fichier ExCAction.h.

#define ENABLE_MAP_OCTREE   30504
 

Définition à la ligne 245 du fichier ExCAction.h.

#define ENABLE_WINDOW   31612
 

Définition à la ligne 464 du fichier ExCAction.h.

Référencé par ExManagerObjectWindow::InputAction().

#define END_ANIMATION_ACTION_MAP   32199
 

Définition à la ligne 540 du fichier ExCAction.h.

Référencé par ExManagerCommand::ProcesExCAction().

#define END_BASIC_ACTION_MAP   30098
 

Définition à la ligne 125 du fichier ExCAction.h.

Référencé par ExManagerCommand::ProcesExCAction().

#define END_CAMERA_ACTION_MAP   30198
 

Définition à la ligne 208 du fichier ExCAction.h.

Référencé par ExManagerCommand::ProcesExCAction().

#define END_COMMAND_ACTION_MAP   31299
 

Définition à la ligne 414 du fichier ExCAction.h.

Référencé par ExManagerCommand::ProcesExCAction().

#define END_CONSOL_ACTION_MAP   30899
 

Définition à la ligne 314 du fichier ExCAction.h.

Référencé par ExManagerCommand::ProcesExCAction().

#define END_CUSTOM_ACTION_ACTION_MAP   60000
 

Définition à la ligne 563 du fichier ExCAction.h.

#define END_ENTITY_ACTION_MAP   32299
 

Définition à la ligne 553 du fichier ExCAction.h.

Référencé par ExManagerCommand::ProcesExCAction().

#define END_FOG_ACTION_MAP   30698
 

Définition à la ligne 277 du fichier ExCAction.h.

Référencé par ExManagerCommand::ProcesExCAction().

#define END_ID_ACTION_MAP   31599
 

Définition à la ligne 447 du fichier ExCAction.h.

Référencé par ExManagerCommand::ProcesExCAction().

#define END_INTERFACE_ACTION_MAP   30498
 

Définition à la ligne 236 du fichier ExCAction.h.

Référencé par ExManagerCommand::ProcesExCAction().

#define END_LOAD_ACTION_MAP   31999
 

Définition à la ligne 519 du fichier ExCAction.h.

Référencé par ExManagerCommand::ProcesExCAction().

#define END_MAP_ACTION_MAP   30594
 

Définition à la ligne 259 du fichier ExCAction.h.

Référencé par ExManagerCommand::ProcesExCAction().

#define END_MESH_ACTION_MAP   31899
 

Définition à la ligne 497 du fichier ExCAction.h.

Référencé par ExManagerCommand::ProcesExCAction().

#define END_MODEL_ACTION_MAP   30999
 

Définition à la ligne 382 du fichier ExCAction.h.

Référencé par ExManagerCommand::ProcesExCAction().

#define END_NETWORK_ACTION_MAP   31399
 

Définition à la ligne 428 du fichier ExCAction.h.

Référencé par ExManagerCommand::ProcesExCAction().

#define END_OBJECT_WINDOW_ACTION_MAP   31699
 

Définition à la ligne 468 du fichier ExCAction.h.

Référencé par ExManagerCommand::ProcesExCAction().

#define END_PARTICULESYSTEME_ACTION_MAP   30799
 

Définition à la ligne 291 du fichier ExCAction.h.

Référencé par ExManagerCommand::ProcesExCAction().

#define END_PVS_ACTION_MAP   32099
 

Définition à la ligne 525 du fichier ExCAction.h.

Référencé par ExManagerCommand::ProcesExCAction().

#define END_SOUND_ACTION_MAP   30398
 

Définition à la ligne 222 du fichier ExCAction.h.

Référencé par ExManagerCommand::ProcesExCAction().

#define END_SPECIALEFFECT_ACTION_MAP   31799
 

Définition à la ligne 489 du fichier ExCAction.h.

Référencé par ExManagerCommand::ProcesExCAction().

#define END_TEXTURE_ACTION_MAP   31499
 

Définition à la ligne 439 du fichier ExCAction.h.

Référencé par ExManagerCommand::ProcesExCAction().

#define END_WINDOW_ACTION_MAP   31199
 

Définition à la ligne 405 du fichier ExCAction.h.

Référencé par ExManagerCommand::ProcesExCAction().

#define ENTITY_HIDE   32205
 

Définition à la ligne 550 du fichier ExCAction.h.

Référencé par ExManagerEntity::InputAction().

#define ENTITY_SHOW   32206
 

Définition à la ligne 551 du fichier ExCAction.h.

Référencé par ExManagerEntity::InputAction().

#define ENTITY_TOGGLE_VISIBLESTATE   32204
 

Définition à la ligne 549 du fichier ExCAction.h.

#define FIRST_ANIMATION_FRAME   31914
 

Définition à la ligne 515 du fichier ExCAction.h.

#define GET_REPEATS_SOUND   30305
 

Définition à la ligne 218 du fichier ExCAction.h.

Référencé par ExManagerSound::InputAction().

#define HEIGHT_FROM_TARGET_DOWN   60015
 

Définition à la ligne 583 du fichier ExCAction.h.

Référencé par ExManagerCamera::InputAction(), et ExCCameraChase::Process().

#define HEIGHT_FROM_TARGET_UP   60014
 

Définition à la ligne 582 du fichier ExCAction.h.

Référencé par ExManagerCamera::InputAction(), et ExCCameraChase::Process().

#define HEIGHTMAP_DECREASE_DETAIL_LEVEL   30509
 

Définition à la ligne 250 du fichier ExCAction.h.

Référencé par ExManagerCommand::Init(), et ExManagerMap::InputAction().

#define HEIGHTMAP_DECREASE_FOG_DEPHT_LEVEL   30514
 

Définition à la ligne 255 du fichier ExCAction.h.

Référencé par ExManagerCommand::Init(), et ExManagerMap::InputAction().

#define HEIGHTMAP_DECREASE_TEXTURE_2_REPETITION   30516
 

Définition à la ligne 257 du fichier ExCAction.h.

Référencé par ExManagerCommand::Init(), et ExManagerMap::InputAction().

#define HEIGHTMAP_DISABLE_FOG   30511
 

Définition à la ligne 252 du fichier ExCAction.h.

Référencé par ExManagerMap::InputAction().

#define HEIGHTMAP_ENABLE_FOG   30510
 

Définition à la ligne 251 du fichier ExCAction.h.

Référencé par ExManagerMap::InputAction().

#define HEIGHTMAP_INCREASE_DETAIL_LEVEL   30508
 

Définition à la ligne 249 du fichier ExCAction.h.

Référencé par ExManagerCommand::Init(), et ExManagerMap::InputAction().

#define HEIGHTMAP_INCREASE_FOG_DEPHT_LEVEL   30513
 

Définition à la ligne 254 du fichier ExCAction.h.

Référencé par ExManagerCommand::Init(), et ExManagerMap::InputAction().

#define HEIGHTMAP_INCREASE_TEXTURE_2_REPETITION   30515
 

Définition à la ligne 256 du fichier ExCAction.h.

Référencé par ExManagerMap::InputAction().

#define HEIGHTMAP_SWITCH_FOG   30512
 

Définition à la ligne 253 du fichier ExCAction.h.

Référencé par ExManagerCommand::Init(), et ExManagerMap::InputAction().

#define HIDE_CHAT   31306
 

Définition à la ligne 425 du fichier ExCAction.h.

Référencé par ExManagerNetwork::InputAction().

#define HIDE_CONSOL   30814
 

Définition à la ligne 309 du fichier ExCAction.h.

Référencé par ExManagerConsole::InputAction(), et ExManagerConsole::InputCommand().

#define HIDE_FPS_STAT   31102
 

Définition à la ligne 388 du fichier ExCAction.h.

Référencé par ExManagerWindow::InputAction().

#define HIDE_INTERFACE_REGION   30401
 

Définition à la ligne 228 du fichier ExCAction.h.

Référencé par ExManagerInterface::InputAction().

#define HIDE_MAP_MESH   30503
 

Définition à la ligne 244 du fichier ExCAction.h.

#define HIDE_MAP_OCTREE_SUBDIVISON   30507
 

Définition à la ligne 248 du fichier ExCAction.h.

#define HIDE_MAP_SKY_BOX   30501
 

Définition à la ligne 242 du fichier ExCAction.h.

#define HIDE_NET_STAT   31302
 

Définition à la ligne 421 du fichier ExCAction.h.

Référencé par ExManagerNetwork::InputAction().

#define ID_LIST   31501
 

Définition à la ligne 445 du fichier ExCAction.h.

Référencé par ExManagerId::InputAction().

#define LAST_ANIMATION_FRAME   31913
 

Définition à la ligne 514 du fichier ExCAction.h.

#define LIST   30901
 

Définition à la ligne 320 du fichier ExCAction.h.

Référencé par ExManagerModel::InputAction().

#define LIST_INTERFACE   30402
 

Définition à la ligne 229 du fichier ExCAction.h.

Référencé par ExManagerInterface::InputAction().

#define LIST_OBJECT_WINDOW   31601
 

Définition à la ligne 453 du fichier ExCAction.h.

#define LIST_PARTICULESYSTEME   30707
 

Définition à la ligne 289 du fichier ExCAction.h.

Référencé par ExManagerParticuleSystem::InputAction().

#define LIST_SOUND   30300
 

Définition à la ligne 213 du fichier ExCAction.h.

Référencé par ExManagerSound::InputAction().

#define LIST_TEXTURE   31401
 

Définition à la ligne 434 du fichier ExCAction.h.

Référencé par ExManagerTexture::InputAction().

#define LOAD_COMMAND_CONFIG_FILE   31901
 

Définition à la ligne 502 du fichier ExCAction.h.

#define LOAD_CONSOLE_CONFIG_FILE   31909
 

Définition à la ligne 510 du fichier ExCAction.h.

#define LOAD_ENTITY_FILE   31904
 

Définition à la ligne 505 du fichier ExCAction.h.

#define LOAD_EXEC_CONFIG_FILE   31202
 

Définition à la ligne 412 du fichier ExCAction.h.

Référencé par ExManagerCommand::InputAction(), et ExManagerSpecialEffect::Specialeffect().

#define LOAD_FILE   31902
 

Définition à la ligne 503 du fichier ExCAction.h.

Référencé par ExManagerConsole::ApplyBuffCommand(), et ExManagerLoad::InputAction().

#define LOAD_INTERFACE_FILE   31907
 

Définition à la ligne 508 du fichier ExCAction.h.

#define LOAD_MAP_FILE   31906
 

Définition à la ligne 507 du fichier ExCAction.h.

#define LOAD_MODELE_FILE   31905
 

Définition à la ligne 506 du fichier ExCAction.h.

#define LOAD_OBJECT_WINDOW   31611
 

Définition à la ligne 463 du fichier ExCAction.h.

Référencé par ExManagerObjectWindow::InputAction().

#define LOAD_PART_CONFIG_FILE   31910
 

Définition à la ligne 511 du fichier ExCAction.h.

Référencé par ExManagerLoad::InputAction().

#define LOAD_PARTICULESYSTEME   30700
 

Définition à la ligne 282 du fichier ExCAction.h.

Référencé par ExManagerParticuleSystem::InputAction().

#define LOAD_SET_OF_FILE   31903
 

Définition à la ligne 504 du fichier ExCAction.h.

Référencé par ExManagerLoad::InputAction().

#define LOAD_SOUND_FILE   31908
 

Définition à la ligne 509 du fichier ExCAction.h.

#define LOAD_TEXTURE   31402
 

Définition à la ligne 435 du fichier ExCAction.h.

Référencé par ExManagerTexture::InputAction().

#define LOOK_DOWN   30943
 

Définition à la ligne 331 du fichier ExCAction.h.

Référencé par ExCModelMD2::InputAction(), et ExCModel3DS::InputAction().

#define LOOK_UP   30942
 

Définition à la ligne 330 du fichier ExCAction.h.

Référencé par ExCModelMD2::InputAction(), et ExCModel3DS::InputAction().

#define MANAGER_ANIMATION_PAUSE_ALL_ANIMATION   32102
 

Définition à la ligne 532 du fichier ExCAction.h.

Référencé par ExManagerAnimation::InputAction().

#define MANAGER_ANIMATION_PAUSE_ANIMATION   32105
 

Définition à la ligne 535 du fichier ExCAction.h.

Référencé par ExManagerAnimation::InputAction().

#define MANAGER_ANIMATION_RELOAD   32101
 

Définition à la ligne 531 du fichier ExCAction.h.

Référencé par ExManagerAnimation::InputAction().

#define MANAGER_ANIMATION_SET_CURRENT_OBJECT_BY_ID   32108
 

Définition à la ligne 538 du fichier ExCAction.h.

Référencé par ExManagerAnimation::InputAction().

#define MANAGER_ANIMATION_SET_CURRENT_OBJECT_BY_NAME   32109
 

Définition à la ligne 539 du fichier ExCAction.h.

Référencé par ExManagerAnimation::InputAction().

#define MANAGER_ANIMATION_TOGGLE_ANIMATION   32107
 

Définition à la ligne 537 du fichier ExCAction.h.

Référencé par ExManagerAnimation::InputAction().

#define MANAGER_ANIMATION_TOGGLE_PAUSE_ALL_ANIMATION   32104
 

Définition à la ligne 534 du fichier ExCAction.h.

Référencé par ExManagerCommand::Init(), et ExManagerAnimation::InputAction().

#define MANAGER_ANIMATION_UNPAUSE_ALL_ANIMATION   32103
 

Définition à la ligne 533 du fichier ExCAction.h.

Référencé par ExManagerAnimation::InputAction().

#define MANAGER_ANIMATION_UNPAUSE_ANIMATION   32106
 

Définition à la ligne 536 du fichier ExCAction.h.

Référencé par ExManagerAnimation::InputAction().

#define MANAGER_ENTITY_RELOAD   32201
 

Définition à la ligne 546 du fichier ExCAction.h.

Référencé par ExManagerEntity::InputAction().

#define MANAGER_ENTITY_RESET   32207
 

Définition à la ligne 552 du fichier ExCAction.h.

Référencé par ExManagerEntity::InputAction().

#define MANAGER_ENTITY_SET_CURRENT_OBJECT_BY_ID   32202
 

Définition à la ligne 547 du fichier ExCAction.h.

Référencé par ExManagerEntity::InputAction().

#define MANAGER_ENTITY_SET_CURRENT_OBJECT_BY_NAME   32203
 

Définition à la ligne 548 du fichier ExCAction.h.

Référencé par ExManagerEntity::InputAction().

#define MANAGER_ID_RELOAD   31502
 

Définition à la ligne 446 du fichier ExCAction.h.

#define MANAGER_LOADING_RELOAD   31917
 

Définition à la ligne 518 du fichier ExCAction.h.

#define MANAGER_MESH_RELOAD   31801
 

Définition à la ligne 495 du fichier ExCAction.h.

#define MANAGER_MESH_RESET   31802
 

Définition à la ligne 496 du fichier ExCAction.h.

#define MANAGER_MODEL_RELOAD   30986
 

Définition à la ligne 373 du fichier ExCAction.h.

Référencé par ExManagerModel::InputAction().

#define MANAGER_NETWORK_RELOAD   31308
 

Définition à la ligne 427 du fichier ExCAction.h.

#define MANAGER_OBJECT_WINDOW_RELOAD   31615
 

Définition à la ligne 467 du fichier ExCAction.h.

#define MANAGER_PVS_RELOAD   32001
 

Définition à la ligne 524 du fichier ExCAction.h.

#define MANAGER_SPECIALEFFECT_RELOAD   31713
 

Définition à la ligne 488 du fichier ExCAction.h.

#define MANAGER_TEXTURE_RELOAD   31405
 

Définition à la ligne 438 du fichier ExCAction.h.

Référencé par ExManagerTexture::InputAction().

#define MANAGER_WINDOW_RELOAD   31118
 

Définition à la ligne 404 du fichier ExCAction.h.

#define MANAGERCOMMAND_RELOAD   31203
 

Définition à la ligne 413 du fichier ExCAction.h.

#define MAXIMIZE_OBJECT_WINDOW   31604
 

Définition à la ligne 456 du fichier ExCAction.h.

Référencé par ExCWindowTitleBar::Init(), ExCWindow::Init(), et ExManagerObjectWindow::InputAction().

#define MESSAGE_BOX   31609
 

Définition à la ligne 461 du fichier ExCAction.h.

Référencé par ExManagerObjectWindow::InputAction().

#define MESSAGE_BOX_QUESTION   31610
 

Définition à la ligne 462 du fichier ExCAction.h.

Référencé par ExManagerObjectWindow::InputAction().

#define MINIMIZE_OBJECT_WINDOW   31603
 

Définition à la ligne 455 du fichier ExCAction.h.

Référencé par ExCWindowTitleBar::Init(), ExCWindow::Init(), et ExManagerObjectWindow::InputAction().

#define MINIMIZE_TO_BAR_OBJECT_WINDOW   31605
 

Définition à la ligne 457 du fichier ExCAction.h.

Référencé par ExCWindowTitleBar::Init(), ExCWindow::Init(), et ExManagerObjectWindow::InputAction().

#define MODEL_ALWAYS_DRAW_OFF   30992
 

Définition à la ligne 379 du fichier ExCAction.h.

Référencé par ExCModel3DS::InputAction().

#define MODEL_ALWAYS_DRAW_ON   30991
 

Définition à la ligne 378 du fichier ExCAction.h.

Référencé par ExCModel3DS::InputAction().

#define MODEL_HIDE   30988
 

Définition à la ligne 375 du fichier ExCAction.h.

Référencé par ExCModel3DS::InputAction().

#define MODEL_JUMP   30977
 

Définition à la ligne 364 du fichier ExCAction.h.

Référencé par ExCModelMD2::InputAction(), et ExCModel3DS::InputAction().

#define MODEL_LOAD   30962
 

Définition à la ligne 345 du fichier ExCAction.h.

Référencé par ExManagerModel::InputAction().

#define MODEL_LOAD_WITH_NAME   30961
 

Définition à la ligne 344 du fichier ExCAction.h.

Référencé par ExManagerModel::InputAction().

#define MODEL_NEXT_MODEL   30978
 

Définition à la ligne 365 du fichier ExCAction.h.

#define MODEL_PREV_MODEL   30979
 

Définition à la ligne 366 du fichier ExCAction.h.

#define MODEL_SET_ACTION   30960
 

Définition à la ligne 343 du fichier ExCAction.h.

Référencé par ExCModelMD2::InputAction(), et ExCModel3DS::InputAction().

#define MODEL_SET_ANGLE_X   30957
 

Définition à la ligne 340 du fichier ExCAction.h.

Référencé par ExCModelMD2::InputAction(), et ExCModel3DS::InputAction().

#define MODEL_SET_ANGLE_Y   30958
 

Définition à la ligne 341 du fichier ExCAction.h.

Référencé par ExCModelMD2::InputAction(), et ExCModel3DS::InputAction().

#define MODEL_SET_ANGLE_Z   30959
 

Définition à la ligne 342 du fichier ExCAction.h.

Référencé par ExCModelMD2::InputAction(), et ExCModel3DS::InputAction().

#define MODEL_SET_POS_X   30954
 

Définition à la ligne 337 du fichier ExCAction.h.

Référencé par ExCModelMD2::InputAction(), et ExCModel3DS::InputAction().

#define MODEL_SET_POS_Y   30955
 

Définition à la ligne 338 du fichier ExCAction.h.

Référencé par ExCModelMD2::InputAction(), et ExCModel3DS::InputAction().

#define MODEL_SET_POS_Z   30956
 

Définition à la ligne 339 du fichier ExCAction.h.

Référencé par ExCModelMD2::InputAction(), et ExCModel3DS::InputAction().

#define MODEL_SET_RENDER_MODE   30993
 

Définition à la ligne 381 du fichier ExCAction.h.

Référencé par ExCModel3DS::InputAction().

#define MODEL_SHOW   30989
 

Définition à la ligne 376 du fichier ExCAction.h.

Référencé par ExCModel3DS::InputAction().

#define MODEL_SHOW_COLLISION_SPHERE   30981
 

Définition à la ligne 368 du fichier ExCAction.h.

Référencé par ExCModelMD2::InputAction(), et ExCModel3DS::InputAction().

#define MODEL_START_MOVE_FORWARD   30975
 

Définition à la ligne 362 du fichier ExCAction.h.

Référencé par ExManagerCommand::Init(), ExCModelMD2::InputAction(), et ExCModel3DS::InputAction().

#define MODEL_START_ROTATE_X_DOWN   30971
 

Définition à la ligne 357 du fichier ExCAction.h.

Référencé par ExCModelMD2::InputAction(), et ExCModel3DS::InputAction().

#define MODEL_START_ROTATE_X_UP   30973
 

Définition à la ligne 359 du fichier ExCAction.h.

Référencé par ExCModelMD2::InputAction(), et ExCModel3DS::InputAction().

#define MODEL_START_ROTATE_Y_DOWN   30963
 

Définition à la ligne 347 du fichier ExCAction.h.

Référencé par ExManagerCommand::Init(), ExCModelMD2::InputAction(), et ExCModel3DS::InputAction().

#define MODEL_START_ROTATE_Y_UP   30965
 

Définition à la ligne 349 du fichier ExCAction.h.

Référencé par ExManagerCommand::Init(), ExCModelMD2::InputAction(), et ExCModel3DS::InputAction().

#define MODEL_START_ROTATE_Z_DOWN   30967
 

Définition à la ligne 352 du fichier ExCAction.h.

Référencé par ExManagerCommand::Init(), ExCModelMD2::InputAction(), et ExCModel3DS::InputAction().

#define MODEL_START_ROTATE_Z_UP   30969
 

Définition à la ligne 354 du fichier ExCAction.h.

Référencé par ExManagerCommand::Init(), ExCModelMD2::InputAction(), et ExCModel3DS::InputAction().

#define MODEL_START_STRAFE_LEFT   30982
 

Définition à la ligne 369 du fichier ExCAction.h.

Référencé par ExCModelMD2::InputAction(), et ExCModel3DS::InputAction().

#define MODEL_START_STRAFE_RIGHT   30984
 

Définition à la ligne 371 du fichier ExCAction.h.

Référencé par ExCModelMD2::InputAction(), et ExCModel3DS::InputAction().

#define MODEL_STOP_ALL   30980
 

Définition à la ligne 367 du fichier ExCAction.h.

Référencé par ExCModelMD2::InputAction(), et ExCModel3DS::InputAction().

#define MODEL_STOP_MOVE_FORWARD   30976
 

Définition à la ligne 363 du fichier ExCAction.h.

Référencé par ExManagerCommand::Init(), ExCModelMD2::InputAction(), et ExCModel3DS::InputAction().

#define MODEL_STOP_ROTATE_X_DOWN   30972
 

Définition à la ligne 358 du fichier ExCAction.h.

Référencé par ExCModelMD2::InputAction(), et ExCModel3DS::InputAction().

#define MODEL_STOP_ROTATE_X_UP   30974
 

Définition à la ligne 360 du fichier ExCAction.h.

Référencé par ExCModelMD2::InputAction(), et ExCModel3DS::InputAction().

#define MODEL_STOP_ROTATE_Y_DOWN   30964
 

Définition à la ligne 348 du fichier ExCAction.h.

Référencé par ExManagerCommand::Init(), ExCModelMD2::InputAction(), et ExCModel3DS::InputAction().

#define MODEL_STOP_ROTATE_Y_UP   30966
 

Définition à la ligne 350 du fichier ExCAction.h.

Référencé par ExManagerCommand::Init(), ExCModelMD2::InputAction(), et ExCModel3DS::InputAction().

#define MODEL_STOP_ROTATE_Z_DOWN   30968
 

Définition à la ligne 353 du fichier ExCAction.h.

Référencé par ExManagerCommand::Init(), ExCModelMD2::InputAction(), et ExCModel3DS::InputAction().

#define MODEL_STOP_ROTATE_Z_UP   30970
 

Définition à la ligne 355 du fichier ExCAction.h.

Référencé par ExManagerCommand::Init(), ExCModelMD2::InputAction(), et ExCModel3DS::InputAction().

#define MODEL_STOP_STRAFE_LEFT   30983
 

Définition à la ligne 370 du fichier ExCAction.h.

Référencé par ExCModelMD2::InputAction(), et ExCModel3DS::InputAction().

#define MODEL_STOP_STREFA_RIGHT   30985
 

Définition à la ligne 372 du fichier ExCAction.h.

Référencé par ExCModelMD2::InputAction(), et ExCModel3DS::InputAction().

#define MODEL_TOGGLE_ALWAYS_DRAW   30990
 

Définition à la ligne 377 du fichier ExCAction.h.

Référencé par ExCModel3DS::InputAction().

#define MODEL_TOGGLE_VISIBLESTATE   30987
 

Définition à la ligne 374 du fichier ExCAction.h.

Référencé par ExCModel3DS::InputAction().

#define MOUVE_OBJECT_WINDOW   31606
 

Définition à la ligne 458 du fichier ExCAction.h.

Référencé par ExManagerObjectWindow::InputAction(), et ExCWindowObject::InputCommand().

#define NEXT_ANIMATION_FRAME   31911
 

Définition à la ligne 512 du fichier ExCAction.h.

#define NEXT_FRAME   30904
 

Définition à la ligne 324 du fichier ExCAction.h.

Référencé par ExCModelMD2::InputAction(), et ExCModel3DS::InputAction().

#define NOTHING   0
 

Définition à la ligne 121 du fichier ExCAction.h.

Référencé par ExManagerCommand::AddAction(), ExManagerCommand::AddNewAction(), ExManagerConsole::ApplyBuffCommand(), ExManagerWindow::InputAction(), ExManagerTexture::InputAction(), ExManagerSpecialEffect::InputAction(), ExManagerSound::InputAction(), ExManagerPVS::InputAction(), ExManagerParticuleSystem::InputAction(), ExManagerObjectWindow::InputAction(), ExManagerNetwork::InputAction(), ExManagerModel::InputAction(), ExManagerMesh::InputAction(), ExManagerMap::InputAction(), ExManagerLoad::InputAction(), ExManagerInterface::InputAction(), ExManagerId::InputAction(), ExManagerFog::InputAction(), ExManagerEntity::InputAction(), ExManagerConsole::InputAction(), ExManagerCommand::InputAction(), ExManagerCamera::InputAction(), ExManagerAnimation::InputAction(), ExManager::InputAction(), ExCWindowObject::InputAction(), ExCWindowLabel::InputAction(), ExCWindowEditLabel::InputAction(), ExCWindowControl::InputAction(), ExCWindowButtonSwitchOnMouse::InputAction(), ExCWindowButtonSwitch::InputAction(), ExCWindowButton::InputAction(), ExCModelMD2::InputAction(), ExCModel3DS::InputAction(), ExCModel::InputAction(), ExManagerWindow::InputCommand(), ExManagerSpecialEffect::InputCommand(), ExManagerSound::InputCommand(), ExManagerPVS::InputCommand(), ExManagerParticuleSystem::InputCommand(), ExManagerObjectWindow::InputCommand(), ExManagerNetwork::InputCommand(), ExManagerModel::InputCommand(), ExManagerMesh::InputCommand(), ExManagerMap::InputCommand(), ExManagerLoad::InputCommand(), ExManagerInterface::InputCommand(), ExManagerFog::InputCommand(), ExManagerEntity::InputCommand(), ExManagerConsole::InputCommand(), ExManagerCommand::InputCommand(), ExManagerCamera::InputCommand(), ExManagerAnimation::InputCommand(), ExManager::InputCommand(), ExCWindowObject::InputCommand(), ExCWindowMessageBoxQuestion::InputCommand(), ExCWindowMessageBox::InputCommand(), ExCWindowLabel::InputCommand(), ExCWindowEditLabel::InputCommand(), ExCWindowControl::InputCommand(), ExCWindowContent::InputCommand(), ExCWindowButtonSwitchOnMouse::InputCommand(), ExCWindowButtonSwitch::InputCommand(), ExCWindowButton::InputCommand(), ExCWindow::InputCommand(), ExCInterface::InputCommand(), et ExManagerCommand::ProcesExCAction().

#define PAUSE_ALL_PARTICULESYSTEME   30706
 

Définition à la ligne 288 du fichier ExCAction.h.

Référencé par ExManagerCommand::Init(), et ExManagerParticuleSystem::InputAction().

#define PAUSE_PARTICULESYSTEME   30703
 

Définition à la ligne 285 du fichier ExCAction.h.

Référencé par ExManagerParticuleSystem::InputAction().

#define PAUSE_SOUND   30307
 

Définition à la ligne 220 du fichier ExCAction.h.

Référencé par ExManagerSound::InputAction().

#define PLAY_SOUND   30302
 

Définition à la ligne 215 du fichier ExCAction.h.

Référencé par ExManagerSound::InputAction().

#define PREV_ANIMATION_FRAME   31912
 

Définition à la ligne 513 du fichier ExCAction.h.

#define PREVIOUS_FRAME   30905
 

Définition à la ligne 325 du fichier ExCAction.h.

Référencé par ExCModelMD2::InputAction(), et ExCModel3DS::InputAction().

#define QUIT   30001
 

Définition à la ligne 122 du fichier ExCAction.h.

Référencé par ExManagerConsole::ApplyBuffCommand(), et ExManagerCommand::ProcesExCAction().

#define RELEASE_FOCUS_OBJECT_WINDOW   31608
 

Définition à la ligne 460 du fichier ExCAction.h.

Référencé par ExCWindowObject::InputAction().

#define RELOAD   30003
 

Définition à la ligne 124 du fichier ExCAction.h.

Référencé par ExManagerWindow::Apply(), et ExManagerCommand::ProcesExCAction().

#define RELOAD_MANAGER_CAMERA   30160
 

Définition à la ligne 203 du fichier ExCAction.h.

#define RELOAD_MANAGER_CONSOL   30818
 

Définition à la ligne 313 du fichier ExCAction.h.

#define RELOAD_MANAGER_FOG   30611
 

Définition à la ligne 276 du fichier ExCAction.h.

#define RELOAD_MANAGER_INTERFACE   30408
 

Définition à la ligne 235 du fichier ExCAction.h.

#define RELOAD_MANAGER_MAP   30517
 

Définition à la ligne 258 du fichier ExCAction.h.

Référencé par ExManagerMap::InputAction().

#define RELOAD_MANAGER_PARTICULESYSTEME   30708
 

Définition à la ligne 290 du fichier ExCAction.h.

#define RELOAD_MANAGER_SOUND   30308
 

Définition à la ligne 221 du fichier ExCAction.h.

#define REMOVE_SOUND   30301
 

Définition à la ligne 214 du fichier ExCAction.h.

Référencé par ExManagerSound::InputAction().

#define REQUEST_FOCUS_OBJECT_WINDOW   31607
 

Définition à la ligne 459 du fichier ExCAction.h.

Référencé par ExCWindowObject::InputAction().

#define RESET   30002
 

Définition à la ligne 123 du fichier ExCAction.h.

Référencé par ExManagerConsole::ApplyBuffCommand(), et ExManagerCommand::ProcesExCAction().

#define ROTATE_X_DOWN   60005
 

Définition à la ligne 573 du fichier ExCAction.h.

Référencé par ExManagerCamera::InputAction(), ExCCameraFlight::Process(), et ExCCamera::Process().

#define ROTATE_X_UP   60002
 

Définition à la ligne 570 du fichier ExCAction.h.

Référencé par ExManagerCamera::InputAction(), ExCCameraFlight::Process(), et ExCCamera::Process().

#define ROTATE_Y_DOWN   60004
 

Définition à la ligne 572 du fichier ExCAction.h.

Référencé par ExManagerCamera::InputAction(), ExCCameraFlight::Process(), et ExCCamera::Process().

#define ROTATE_Y_UP   60001
 

Définition à la ligne 569 du fichier ExCAction.h.

Référencé par ExManagerCamera::InputAction(), ExCCameraFlight::Process(), et ExCCamera::Process().

#define ROTATE_Z_DOWN   60003
 

Définition à la ligne 571 du fichier ExCAction.h.

Référencé par ExManagerCamera::InputAction(), ExCCameraFlight::Process(), et ExCCamera::Process().

#define ROTATE_Z_UP   60000
 

Définition à la ligne 568 du fichier ExCAction.h.

Référencé par ExManagerCamera::InputAction(), ExCCameraFlight::Process(), et ExCCamera::Process().

#define SAVE_TEXTURE   31404
 

Définition à la ligne 437 du fichier ExCAction.h.

Référencé par ExManagerCommand::Init(), et ExManagerTexture::InputAction().

#define SAY   31307
 

Définition à la ligne 426 du fichier ExCAction.h.

Référencé par ExManagerNetwork::InputAction().

#define SET_CONSOL_BACKGROUND_BLENDING   30811
 

Définition à la ligne 306 du fichier ExCAction.h.

Référencé par ExManagerConsole::InputAction().

#define SET_CONSOL_BACKGROUND_COLOR   30804
 

Définition à la ligne 300 du fichier ExCAction.h.

Référencé par ExManagerConsole::InputAction().

#define SET_CONSOL_BACKGROUND_COLOR_BLUE   30805
 

Définition à la ligne 301 du fichier ExCAction.h.

Référencé par ExManagerConsole::InputAction().

#define SET_CONSOL_BACKGROUND_COLOR_GREEN   30806
 

Définition à la ligne 302 du fichier ExCAction.h.

Référencé par ExManagerConsole::InputAction().

#define SET_CONSOL_BACKGROUND_COLOR_RED   30807
 

Définition à la ligne 303 du fichier ExCAction.h.

Référencé par ExManagerConsole::InputAction().

#define SET_CONSOL_BACKGROUND_TEXURE   30803
 

Définition à la ligne 299 du fichier ExCAction.h.

Référencé par ExManagerConsole::InputAction().

#define SET_CURENT_FRAME   30906
 

Définition à la ligne 326 du fichier ExCAction.h.

Référencé par ExCModelMD2::InputAction(), et ExCModel3DS::InputAction().

#define SET_CURRENT_OBJECT_BY_ID   30902
 

Définition à la ligne 321 du fichier ExCAction.h.

Référencé par ExManagerModel::InputAction().

#define SET_CURRENT_OBJECT_BY_NAME   30903
 

Définition à la ligne 322 du fichier ExCAction.h.

Référencé par ExManagerModel::InputAction().

#define SET_FOG_ALGO_EXP   30610
 

Définition à la ligne 275 du fichier ExCAction.h.

Référencé par ExManagerFog::InputAction().

#define SET_FOG_ALGO_EXP2   30609
 

Définition à la ligne 274 du fichier ExCAction.h.

Référencé par ExManagerFog::InputAction().

#define SET_FOG_ALGO_LINEAR   30608
 

Définition à la ligne 273 du fichier ExCAction.h.

Référencé par ExManagerFog::InputAction().

#define SET_FOG_COLOR_B   30604
 

Définition à la ligne 269 du fichier ExCAction.h.

Référencé par ExManagerFog::InputAction().

#define SET_FOG_COLOR_G   30603
 

Définition à la ligne 268 du fichier ExCAction.h.

Référencé par ExManagerFog::InputAction().

#define SET_FOG_COLOR_R   30602
 

Définition à la ligne 267 du fichier ExCAction.h.

Référencé par ExManagerFog::InputAction().

#define SET_FOG_DENSITY   30607
 

Définition à la ligne 272 du fichier ExCAction.h.

Référencé par ExManagerFog::InputAction().

#define SET_FOG_END_POINT   30606
 

Définition à la ligne 271 du fichier ExCAction.h.

Référencé par ExManagerFog::InputAction().

#define SET_FOG_START_POINT   30605
 

Définition à la ligne 270 du fichier ExCAction.h.

Référencé par ExManagerFog::InputAction().

#define SET_POLYGONMODE_FILL   31117
 

Définition à la ligne 403 du fichier ExCAction.h.

Référencé par ExManagerWindow::InputAction().

#define SET_POLYGONMODE_LINES   31116
 

Définition à la ligne 402 du fichier ExCAction.h.

Référencé par ExManagerWindow::InputAction().

#define SET_POLYGONMODE_POINTS   31115
 

Définition à la ligne 401 du fichier ExCAction.h.

Référencé par ExManagerWindow::InputAction().

#define SET_REPEATS_SOUND   30304
 

Définition à la ligne 217 du fichier ExCAction.h.

Référencé par ExManagerSound::InputAction().

#define SET_RESOLUTION_1024_768_16   31109
 

Définition à la ligne 395 du fichier ExCAction.h.

Référencé par ExManagerWindow::InputAction().

#define SET_RESOLUTION_1024_768_24   31110
 

Définition à la ligne 396 du fichier ExCAction.h.

Référencé par ExManagerWindow::InputAction().

#define SET_RESOLUTION_1024_768_32   31111
 

Définition à la ligne 397 du fichier ExCAction.h.

Référencé par ExManagerWindow::InputAction().

#define SET_RESOLUTION_1600_1200_16   31112
 

Définition à la ligne 398 du fichier ExCAction.h.

Référencé par ExManagerWindow::InputAction().

#define SET_RESOLUTION_1600_1200_24   31113
 

Définition à la ligne 399 du fichier ExCAction.h.

Référencé par ExManagerWindow::InputAction().

#define SET_RESOLUTION_1600_1200_32   31114
 

Définition à la ligne 400 du fichier ExCAction.h.

Référencé par ExManagerWindow::InputAction().

#define SET_RESOLUTION_800_600_16   31106
 

Définition à la ligne 392 du fichier ExCAction.h.

Référencé par ExManagerWindow::InputAction().

#define SET_RESOLUTION_800_600_24   31107
 

Définition à la ligne 393 du fichier ExCAction.h.

Référencé par ExManagerWindow::InputAction().

#define SET_RESOLUTION_800_600_32   31108
 

Définition à la ligne 394 du fichier ExCAction.h.

Référencé par ExManagerWindow::InputAction().

#define SHOW_CHAT   31305
 

Définition à la ligne 424 du fichier ExCAction.h.

Référencé par ExManagerNetwork::InputAction().

#define SHOW_FPS_STAT   31101
 

Définition à la ligne 387 du fichier ExCAction.h.

Référencé par ExManagerWindow::InputAction().

#define SHOW_FULL_CONSOL   30812
 

Définition à la ligne 307 du fichier ExCAction.h.

Référencé par ExManagerConsole::InputAction().

#define SHOW_HALF_CONSOL   30813
 

Définition à la ligne 308 du fichier ExCAction.h.

Référencé par ExManagerConsole::InputAction().

#define SHOW_INTERFACE_REGION   30400
 

Définition à la ligne 227 du fichier ExCAction.h.

Référencé par ExManagerInterface::InputAction().

#define SHOW_MAP_MESH   30502
 

Définition à la ligne 243 du fichier ExCAction.h.

#define SHOW_MAP_OCTREE_SUBDIVISON   30506
 

Définition à la ligne 247 du fichier ExCAction.h.

#define SHOW_MAP_SKY_BOX   30500
 

Définition à la ligne 241 du fichier ExCAction.h.

#define SHOW_NET_STAT   31301
 

Définition à la ligne 420 du fichier ExCAction.h.

Référencé par ExManagerNetwork::InputAction().

#define SPEED_DOWN   60009
 

Définition à la ligne 577 du fichier ExCAction.h.

Référencé par ExCCameraFlight::Process(), et ExCCamera::Process().

#define SPEED_UP   60008
 

Définition à la ligne 576 du fichier ExCAction.h.

Référencé par ExCCameraFlight::Process(), et ExCCamera::Process().

#define STAR_ALL_PARTICULESYSTEME   30704
 

Définition à la ligne 286 du fichier ExCAction.h.

Référencé par ExManagerCommand::Init(), et ExManagerParticuleSystem::InputAction().

#define STAR_PARTICULESYSTEME   30701
 

Définition à la ligne 283 du fichier ExCAction.h.

Référencé par ExManagerParticuleSystem::InputAction().

#define START_ACTION   30952
 

Définition à la ligne 334 du fichier ExCAction.h.

Référencé par ExCModelMD2::InputAction(), et ExCModel3DS::InputAction().

#define START_ANIMATION_ACTION_MAP   32100
 

Définition à la ligne 530 du fichier ExCAction.h.

Référencé par ExManagerCommand::ProcesExCAction().

#define START_BASIC_ACTION_MAP   30000
 

Définition à la ligne 120 du fichier ExCAction.h.

Référencé par ExManagerCommand::ProcesExCAction().

#define START_BLACK_TO_FADE   31707
 

Définition à la ligne 482 du fichier ExCAction.h.

Référencé par ExManagerCommand::Init(), et ExManagerSpecialEffect::InputAction().

#define START_CAMERA_ACTION_MAP   30099
 

Définition à la ligne 129 du fichier ExCAction.h.

Référencé par ExManagerCommand::ProcesExCAction().

#define START_COMMAND_ACTION_MAP   31200
 

Définition à la ligne 410 du fichier ExCAction.h.

Référencé par ExManagerCommand::ProcesExCAction().

#define START_CONSOL_ACTION_MAP   30800
 

Définition à la ligne 296 du fichier ExCAction.h.

Référencé par ExManagerCommand::ProcesExCAction().

#define START_CUSTOM_ACTION_ACTION_MAP   50000
 

Définition à la ligne 558 du fichier ExCAction.h.

#define START_ENTITY_ACTION_MAP   32200
 

Définition à la ligne 545 du fichier ExCAction.h.

Référencé par ExManagerCommand::ProcesExCAction().

#define START_FADE_TO_BLACK   31705
 

Définition à la ligne 480 du fichier ExCAction.h.

Référencé par ExManagerCommand::Init(), et ExManagerSpecialEffect::InputAction().

#define START_FADE_TO_WHITE   31701
 

Définition à la ligne 476 du fichier ExCAction.h.

Référencé par ExManagerCommand::Init(), et ExManagerSpecialEffect::InputAction().

#define START_FOG_ACTION_MAP   30599
 

Définition à la ligne 264 du fichier ExCAction.h.

Référencé par ExManagerCommand::ProcesExCAction().

#define START_ID_ACTION_MAP   31500
 

Définition à la ligne 444 du fichier ExCAction.h.

Référencé par ExManagerCommand::ProcesExCAction().

#define START_INTERFACE_ACTION_MAP   30399
 

Définition à la ligne 226 du fichier ExCAction.h.

Référencé par ExManagerCommand::ProcesExCAction().

#define START_LOAD_ACTION_MAP   31900
 

Définition à la ligne 501 du fichier ExCAction.h.

Référencé par ExManagerCommand::ProcesExCAction().

#define START_MAP_ACTION_MAP   30499
 

Définition à la ligne 240 du fichier ExCAction.h.

Référencé par ExManagerCommand::ProcesExCAction().

#define START_MESH_ACTION_MAP   31800
 

Définition à la ligne 494 du fichier ExCAction.h.

Référencé par ExManagerCommand::ProcesExCAction().

#define START_MODEL_ACTION_MAP   30900
 

Définition à la ligne 318 du fichier ExCAction.h.

Référencé par ExManagerCommand::ProcesExCAction().

#define START_MOTION_BLUR   31709
 

Définition à la ligne 484 du fichier ExCAction.h.

Référencé par ExManagerCommand::Init(), et ExManagerSpecialEffect::InputAction().

#define START_NETWORK_ACTION_MAP   31300
 

Définition à la ligne 419 du fichier ExCAction.h.

Référencé par ExManagerCommand::ProcesExCAction().

#define START_OBJECT_WINDOW_ACTION_MAP   31600
 

Définition à la ligne 452 du fichier ExCAction.h.

Référencé par ExManagerCommand::ProcesExCAction().

#define START_PARTICULESYSTEME_ACTION_MAP   30699
 

Définition à la ligne 281 du fichier ExCAction.h.

Référencé par ExManagerCommand::ProcesExCAction().

#define START_PVS_ACTION_MAP   32000
 

Définition à la ligne 523 du fichier ExCAction.h.

Référencé par ExManagerCommand::ProcesExCAction().

#define START_RUN   30950
 

Définition à la ligne 332 du fichier ExCAction.h.

#define START_SOUND_ACTION_MAP   30299
 

Définition à la ligne 212 du fichier ExCAction.h.

Référencé par ExManagerCommand::ProcesExCAction().

#define START_SPECIALEFFECT_ACTION_MAP   31700
 

Définition à la ligne 475 du fichier ExCAction.h.

Référencé par ExManagerCommand::ProcesExCAction().

#define START_TEXTURE_ACTION_MAP   31400
 

Définition à la ligne 433 du fichier ExCAction.h.

Référencé par ExManagerCommand::ProcesExCAction().

#define START_WINDOW_ACTION_MAP   31100
 

Définition à la ligne 386 du fichier ExCAction.h.

Référencé par ExManagerCommand::ProcesExCAction().

#define START_WITHE_TO_FADE   31703
 

Définition à la ligne 478 du fichier ExCAction.h.

Référencé par ExManagerCommand::Init(), et ExManagerSpecialEffect::InputAction().

#define STOP_ACTION   30953
 

Définition à la ligne 335 du fichier ExCAction.h.

Référencé par ExManagerCommand::Init(), ExCModelMD2::InputAction(), et ExCModel3DS::InputAction().

#define STOP_ALL_PARTICULESYSTEME   30705
 

Définition à la ligne 287 du fichier ExCAction.h.

Référencé par ExManagerParticuleSystem::InputAction().

#define STOP_BLACK_TO_FADE   31708
 

Définition à la ligne 483 du fichier ExCAction.h.

Référencé par ExManagerSpecialEffect::InputAction().

#define STOP_FADE_TO_BLACK   31706
 

Définition à la ligne 481 du fichier ExCAction.h.

Référencé par ExManagerSpecialEffect::InputAction().

#define STOP_FADE_TO_WHITE   31702
 

Définition à la ligne 477 du fichier ExCAction.h.

Référencé par ExManagerSpecialEffect::InputAction().

#define STOP_MOTION_BLUR   31710
 

Définition à la ligne 485 du fichier ExCAction.h.

Référencé par ExManagerCommand::Init(), et ExManagerSpecialEffect::InputAction().

#define STOP_PARTICULESYSTEME   30702
 

Définition à la ligne 284 du fichier ExCAction.h.

Référencé par ExManagerParticuleSystem::InputAction().

#define STOP_RUN   30951
 

Définition à la ligne 333 du fichier ExCAction.h.

#define STOP_SOUND   30303
 

Définition à la ligne 216 du fichier ExCAction.h.

Référencé par ExManagerSound::InputAction().

#define STOP_WITHE_TO_FADE   31704
 

Définition à la ligne 479 du fichier ExCAction.h.

Référencé par ExManagerSpecialEffect::InputAction().

#define SWITCH_GRIDE   31105
 

Définition à la ligne 391 du fichier ExCAction.h.

Référencé par ExManagerCommand::Init(), et ExManagerWindow::InputAction().

#define TOGGLE_WINDOW   31614
 

Définition à la ligne 466 du fichier ExCAction.h.

Référencé par ExManagerCommand::Init(), et ExManagerObjectWindow::InputAction().

#define TURN_LEFT   30940
 

Définition à la ligne 328 du fichier ExCAction.h.

Référencé par ExCModelMD2::InputAction(), et ExCModel3DS::InputAction().

#define TURN_RIGHT   30941
 

Définition à la ligne 329 du fichier ExCAction.h.

Référencé par ExCModelMD2::InputAction(), et ExCModel3DS::InputAction().

#define UNLOAD_TEXTURE   31403
 

Définition à la ligne 436 du fichier ExCAction.h.

Référencé par ExManagerTexture::InputAction().

#define ZOOM_DOWN   60007
 

Définition à la ligne 575 du fichier ExCAction.h.

Référencé par ExManagerCamera::InputAction(), ExCCameraFlight::Process(), et ExCCamera::Process().

#define ZOOM_UP   60006
 

Définition à la ligne 574 du fichier ExCAction.h.

Référencé par ExManagerCamera::InputAction(), ExCCameraFlight::Process(), et ExCCamera::Process().


Généré le Tue Oct 28 12:43:39 2003 pour ExNihilo par doxygen 1.3.4