Kerbal Space Program  1.12.4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Public Member Functions | Static Public Member Functions | Properties | List of all members
Contracts.Agents.Agent Class Reference

Public Member Functions

 Agent (string name, string title, string logoURL, string logoScaledURL)
 
bool CanProcessContract (Contract contract)
 
string GetMindsetString ()
 
bool ProcessContract (Contract contract)
 
int ScoreAgentSuitability (Contract contract)
 

Static Public Member Functions

static Agent LoadAgent (ConfigNode node)
 

Properties

string Description [get]
 
string DescriptionRich [get]
 
Texture2D Logo [get]
 
Texture2D LogoScaled [get]
 
string LogoURL [get]
 
List< AgentMentalityMentality [get]
 
string Name [get]
 
List< AgentStandingStandings [get]
 
string Title [get]
 

Constructor & Destructor Documentation

Contracts.Agents.Agent.Agent ( string  name,
string  title,
string  logoURL,
string  logoScaledURL 
)
inline

Member Function Documentation

bool Contracts.Agents.Agent.CanProcessContract ( Contract  contract)
inline
string Contracts.Agents.Agent.GetMindsetString ( )
inline
static Agent Contracts.Agents.Agent.LoadAgent ( ConfigNode  node)
inlinestatic
bool Contracts.Agents.Agent.ProcessContract ( Contract  contract)
inline
int Contracts.Agents.Agent.ScoreAgentSuitability ( Contract  contract)
inline

Property Documentation

string Contracts.Agents.Agent.Description
get
string Contracts.Agents.Agent.DescriptionRich
get
Texture2D Contracts.Agents.Agent.Logo
get
Texture2D Contracts.Agents.Agent.LogoScaled
get
string Contracts.Agents.Agent.LogoURL
get
List<AgentMentality> Contracts.Agents.Agent.Mentality
get
string Contracts.Agents.Agent.Name
get
List<AgentStanding> Contracts.Agents.Agent.Standings
get
string Contracts.Agents.Agent.Title
get

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