Nuclide
Software Development Kit for id Tech
func_plat_helper Class Reference
Inheritance diagram for func_plat_helper:
NSEntity

Public Member Functions

void func_plat_helper (void)
 
virtual void Save (float)
 Handles saving a copy of this entity to a given filehandle. More...
 
virtual void Restore (string, string)
 Similar to ::SpawnKey but for save-game fields. More...
 
virtual void Touch (entity)
 Called whenever we're touching another entity. More...
 
nonvirtual void SetTargetPlatform (entity)
 

Constructor & Destructor Documentation

◆ func_plat_helper()

void func_plat_helper::func_plat_helper ( void  )

Member Function Documentation

◆ Restore()

void func_plat_helper::Restore ( string  strKey,
string  strValue 
)
virtual

Similar to ::SpawnKey but for save-game fields.

Whatever you write into file handles within your ::Save() method needs to be read back in here.

Reimplemented from NSEntity.

◆ Save()

void func_plat_helper::Save ( float  handle)
virtual

Handles saving a copy of this entity to a given filehandle.

Within you want to use the ::SaveFloat() etc. methods to write the internal member attributes to the specified file handle.

Reimplemented from NSEntity.

◆ SetTargetPlatform()

void func_plat_helper::SetTargetPlatform ( entity  targ)

◆ Touch()

void func_plat_helper::Touch ( entity  eToucher)
virtual

Called whenever we're touching another entity.

Reimplemented from NSTrigger.


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