C# Class NRaas.CareerSpace.Interactions.SolicitGigEx.Definition

Inheritance: Sim.SolicitGig.Definition
Afficher le fichier Open project: Chain-Reaction/NRaas

Méthodes publiques

Méthode Description
AddInteractions ( InteractionObjectPair iop, Sim actor, Sim target, List results ) : void
Definition ( ) : NRaas.CareerSpace.Interfaces
Definition ( string text, string path, bool accessingNeeds ) : NRaas.CareerSpace.Interfaces
GetInteractionName ( Sim actor, Sim target, InteractionObjectPair iop ) : string
GetPath ( bool isFemale ) : string[]
Test ( Sim a, Sim target, bool isAutonomous, GreyedOutTooltipCallback &greyedOutTooltipCallback ) : bool

Method Details

AddInteractions() public méthode

public AddInteractions ( InteractionObjectPair iop, Sim actor, Sim target, List results ) : void
iop InteractionObjectPair
actor Sim
target Sim
results List
Résultat void

Definition() public méthode

public Definition ( ) : NRaas.CareerSpace.Interfaces
Résultat NRaas.CareerSpace.Interfaces

Definition() public méthode

public Definition ( string text, string path, bool accessingNeeds ) : NRaas.CareerSpace.Interfaces
text string
path string
accessingNeeds bool
Résultat NRaas.CareerSpace.Interfaces

GetInteractionName() public méthode

public GetInteractionName ( Sim actor, Sim target, InteractionObjectPair iop ) : string
actor Sim
target Sim
iop InteractionObjectPair
Résultat string

GetPath() public méthode

public GetPath ( bool isFemale ) : string[]
isFemale bool
Résultat string[]

Test() public méthode

public Test ( Sim a, Sim target, bool isAutonomous, GreyedOutTooltipCallback &greyedOutTooltipCallback ) : bool
a Sim
target Sim
isAutonomous bool
greyedOutTooltipCallback GreyedOutTooltipCallback
Résultat bool