HPL3/Amnesia: Rebirth/Scripting/iSoundEventProject
< HPL3 | Amnesia: Rebirth | Scripting
Jump to navigation
Jump to search
This page has been automatically generated, but it needs descriptions added to the various fields/functions in order to be complete. |
Have some helpful descriptions to add to this class? Edit this page and add your insight to the Wiki!
Contents
Fields
iSoundEventProject has no public fields.
Functions
Return Type | Function And Description |
---|---|
void | DecDataCount() |
void | GetEventNames(const tString &in asInternalPath, array<tString> avDestArray) |
void | GetGroupNames(const tString &in asInternalPath, array<tString> avDestArray) |
uint | GetMemoryUsed() |
tString | GetName() |
bool | HasData() |
void | IncDataCount() |
Details
DecDataCount
void DecDataCount()
Returns:
- void
GetEventNames
GetGroupNames
GetMemoryUsed
uint GetMemoryUsed()
Returns:
- uint—
GetName
const tString& GetName()
Returns:
- const tString&—
HasData
bool HasData()
Returns:
- bool—
IncDataCount
void IncDataCount()
Returns:
- void