Agent (Data Type)¶
- Table of contents
- Agent (Data Type)
- Description
- Members
- Methods
- Notes
- Examples
Description¶
This Data Type includes all of the data available to ISXEVE that is specific to agents.
Members¶
-
int
ID -
string
Name -
int
TypeID -
string
Division -
int
DivisionID -
int
Level -
int
CorporationID -
int
FactionID -
float
StandingTo- Your personal standing to the agent)
- interstellar
Solarsystem -
string
Station -
int
StationID -
int
Index- The index of where the agent is in the list of agents in the game -- used for ${Agent[#]} )
''' Dialog ''' -- These only work if you have a conversation with the agent. You must retrieve Dialog Responses again after each dialog response or similar action that changes the responses.
-
string
Dialog
Methods¶
StartConversationGetDialogResponses
Notes¶
Examples¶