Nuclide
Software Development Kit for id Technology (BETA)
gameAPI_t Struct Reference

About this class

Game library.

Public Member Functions

void LoadNextMap (void)
 Force loads the next map/level in the rotation. More...
 
void CleanUpMap (void)
 Removed any temporary game entities from the game, and resets the state of the level to the default state. More...
 
string GetMap (void)
 Returns the name of the map/level. More...
 
string GetNextMap (void)
 Returns the name of the next map/level in the rotation. More...
 
void SetSpawnPoint (string spawnPointClass)
 Sets the default spawn-point class to custom one. More...
 
void TeleportToSpawn (entity teleportingEntity)
 Teleports an entity to their ideal spawn-point. More...
 
entity FindRandomClassObject (string entityClassName)
 Return a random instance of a specified entity class. More...
 

Member Function Documentation

◆ CleanUpMap()

void gameAPI_t::CleanUpMap ( void  )

Removed any temporary game entities from the game, and resets the state of the level to the default state.

◆ FindRandomClassObject()

entity gameAPI_t::FindRandomClassObject ( string  entityClassName)

Return a random instance of a specified entity class.

Parameters
entityClassNameis the desired entity class name, such as "info_player_deathmatch".
Returns
a valid entity result, or __NULL__ when not existant in the map/level.

◆ GetMap()

string gameAPI_t::GetMap ( void  )

Returns the name of the map/level.

Returns
the name of the map/level, such as "tw_grime"

◆ GetNextMap()

string gameAPI_t::GetNextMap ( void  )

Returns the name of the next map/level in the rotation.

Returns
the name of the map/level, such as "tw_dune"

◆ LoadNextMap()

void gameAPI_t::LoadNextMap ( void  )

Force loads the next map/level in the rotation.

If none is set, the map will restart.

◆ SetSpawnPoint()

void gameAPI_t::SetSpawnPoint ( string  spawnPointClass)

Sets the default spawn-point class to custom one.

Does not affect members of teams, which have their own API.

Parameters
spawnPointClassis the name of the spawn-point class, such as "info_player_start".

◆ TeleportToSpawn()

void gameAPI_t::TeleportToSpawn ( entity  teleportingEntity)

Teleports an entity to their ideal spawn-point.

Parameters
teleportingEntityis the entity to teleport.

The documentation for this struct was generated from the following file: