Searched defs:AIData (Results 1 – 9 of 9) sorted by relevance
17 struct AIData struct19 unsigned short mHello; // This is the base value for greeting distance [0, 65535]20 unsigned char mFight, mFlee, mAlarm; // These are probabilities [0, 100]21 char mU1, mU2, mU3; // Unknown values22 int mServices; // See the Services enum
19 type AIData struct { struct20 AIDataItem []AIDataItem `json:"AIDataItem" xml:"AIDataItem"`
86 AIData AIData `json:"AIData" xml:"AIData"` member
90 AIData AIData `json:"AIData" xml:"AIData"` member
4 public class AIData class14 public AIData(Handles handles) in AIData() method in OpenBveApi.Runtime.AIData
44 AIData() : seen(false) {} in AIData() function
71 AIData(const wxString& id, const wxString& name) in AIData() function
117 AIData, enumerator