PC Stable Documentation
 
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
Loading...
Searching...
No Matches
LargeTent.c File Reference

Enumerations

enum  SoundTypeTent { REPACK = 1 , NONE = 0 }
 

Functions

void LargeTent ()
 
void ~LargeTent ()
 
override void OnRPC (PlayerIdentity sender, int rpc_type, ParamsReadContext ctx)
 
void PlayRepackingLoopSound ()
 
void StopRepackingLoopSound ()
 
override void EEInit ()
 
override void OnItemLocationChanged (EntityAI old_owner, EntityAI new_owner)
 
override string GetSoundOpen ()
 
override string GetSoundClose ()
 
override string GetSoundOpenWindow ()
 
override string GetSoundCloseWindow ()
 
override bool HasClutterCutter ()
 
override string GetClutterCutter ()
 
override void OnPlacementComplete (Man player, vector position="0 0 0", vector orientation="0 0 0")
 
override string GetDeploySoundset ()
 
override string GetLoopDeploySoundset ()
 

Variables

enum SoundTypeTent m_RepackingLoopSound
 

Enumeration Type Documentation

◆ SoundTypeTent

Enumerator
REPACK 
NONE 

Function Documentation

◆ EEInit()

override void EEInit ( )

◆ GetClutterCutter()

override string GetClutterCutter ( )

◆ GetDeploySoundset()

override string GetDeploySoundset ( )

◆ GetLoopDeploySoundset()

override string GetLoopDeploySoundset ( )

◆ GetSoundClose()

override string GetSoundClose ( )

◆ GetSoundCloseWindow()

override string GetSoundCloseWindow ( )

◆ GetSoundOpen()

override string GetSoundOpen ( )

◆ GetSoundOpenWindow()

override string GetSoundOpenWindow ( )

◆ HasClutterCutter()

override bool HasClutterCutter ( )

◆ LargeTent()

void LargeTent ( )

References m_HalfExtents, and Vector().

◆ OnItemLocationChanged()

override void OnItemLocationChanged ( EntityAI  old_owner,
EntityAI  new_owner 
)

◆ OnPlacementComplete()

override void OnPlacementComplete ( Man  player,
vector  position = "0 0 0",
vector  orientation = "0 0 0" 
)

◆ OnRPC()

override void OnRPC ( PlayerIdentity  sender,
int  rpc_type,
ParamsReadContext  ctx 
)

◆ PlayRepackingLoopSound()

void PlayRepackingLoopSound ( )

◆ StopRepackingLoopSound()

void StopRepackingLoopSound ( )

References m_RepackingLoopSound.

Referenced by OnRPC().

◆ ~LargeTent()

Variable Documentation

◆ m_RepackingLoopSound