Elin Decompiled Documentation EA 23.102 Nightly
Loading...
Searching...
No Matches
SourceSpawnList.Row Class Reference
Inheritance diagram for SourceSpawnList.Row:

Public Member Functions

override string GetEditorListName ()
 

Public Attributes

string id
 
string parent
 
string type
 
string[] category
 
string[] idCard
 
string[] tag
 
string[] filter
 

Properties

override bool UseAlias [get]
 
override string GetAlias [get]
 

Detailed Description

Definition at line 6 of file SourceSpawnList.cs.

Member Function Documentation

◆ GetEditorListName()

override string SourceSpawnList.Row.GetEditorListName ( )
inline

Definition at line 26 of file SourceSpawnList.cs.

27 {
28 return this.GetField<string>("id") ?? "";
29 }

Member Data Documentation

◆ category

string [] SourceSpawnList.Row.category

Definition at line 14 of file SourceSpawnList.cs.

Referenced by SpawnList.SpawnList().

◆ filter

string [] SourceSpawnList.Row.filter

Definition at line 20 of file SourceSpawnList.cs.

Referenced by SpawnList.SpawnList().

◆ id

string SourceSpawnList.Row.id

◆ idCard

string [] SourceSpawnList.Row.idCard

Definition at line 16 of file SourceSpawnList.cs.

Referenced by SpawnList.SpawnList().

◆ parent

string SourceSpawnList.Row.parent

Definition at line 10 of file SourceSpawnList.cs.

Referenced by SpawnList.SpawnList().

◆ tag

string [] SourceSpawnList.Row.tag

Definition at line 18 of file SourceSpawnList.cs.

Referenced by SpawnList.SpawnList().

◆ type

string SourceSpawnList.Row.type

Definition at line 12 of file SourceSpawnList.cs.

Property Documentation

◆ GetAlias

override string SourceSpawnList.Row.GetAlias
get

Definition at line 24 of file SourceSpawnList.cs.

◆ UseAlias

override bool SourceSpawnList.Row.UseAlias
get

Definition at line 22 of file SourceSpawnList.cs.


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