![]() |
Nuclide
Software Development Kit for id Technology (BETA)
|
This entity class represents point-entity triggers.
It's primary function is to consistently set up triggers. In your sub-class you'll probably want to call ncTrigger::InitPointTrigger()
inside its ncIO::Respawn()
reimplementation.
Public Member Functions | |
void | ncPointTrigger (void) |
virtual void | Respawn (void) |
Server: Called when the entity first spawns or when game-logic requests the entity to return to its original spawn state. More... | |
virtual void | DebugDraw (void) |
nonvirtual void | InitPointTrigger (void) |
Sets up a point entity trigger with no size. More... | |
void ncPointTrigger::ncPointTrigger | ( | void | ) |
|
virtual |
Reimplemented from ncEntity.
Reimplemented in light, path_track, scripted_sequence, and ncSoundScape.
void ncPointTrigger::InitPointTrigger | ( | void | ) |
Sets up a point entity trigger with no size.
|
virtual |
Server: Called when the entity first spawns or when game-logic requests the entity to return to its original spawn state.
Reimplemented from ncEntity.
Reimplemented in light_environment, env_explosion, env_message, env_spark, game_counter, game_counter_set, info_node, info_node_air, infodecal, light, logic_auto, logic_case, logic_relay, logic_timer, monstermaker, multi_manager, multisource, path_corner, path_track, point_camera, point_trigger, random_speaker, random_trigger, scripted_sequence, targ_speaker, target_cdaudio, target_speaker, trigger_auto, trigger_relay, env_bubbles, env_cascade_light, env_fire, env_fog, env_fog_controller, env_instructor_hint, env_projectedtexture, info_particle_system, light_dynamic, logic_achievement, phys_rope, point_spotlight, trigger_camera, ncSound, and ncSpawnPoint.