4 [Attribute(desc: "The lower the order the earlier this entry will be checked. EG: order 1 will be checked before order 100")]
5int m_iOrder;
6
7 [Attribute("1", desc: "Disabled entries will be removed on init")]
8bool m_bEnabled;
9
10 [Attribute("1", desc: "If true will show the respawn timer if any availible. This requires the UIInfo 'NameWithTimer' to be filled. %1 is the time left to respawn. If Respawn time is 0 then 'Name' is used instead")]
11protectedbool m_bShowRespawnTime;
12
13 [Attribute(desc: "UI info used to disaplay the spaw poimt Request result. If null then the entry will be removed from the list on init!")]