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

Inheritance: Sim.SolicitGig.Definition
ファイルを表示 Open project: Chain-Reaction/NRaas

Public Methods

Method 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 method

public AddInteractions ( InteractionObjectPair iop, Sim actor, Sim target, List results ) : void
iop InteractionObjectPair
actor Sim
target Sim
results List
return void

Definition() public method

public Definition ( ) : NRaas.CareerSpace.Interfaces
return NRaas.CareerSpace.Interfaces

Definition() public method

public Definition ( string text, string path, bool accessingNeeds ) : NRaas.CareerSpace.Interfaces
text string
path string
accessingNeeds bool
return NRaas.CareerSpace.Interfaces

GetInteractionName() public method

public GetInteractionName ( Sim actor, Sim target, InteractionObjectPair iop ) : string
actor Sim
target Sim
iop InteractionObjectPair
return string

GetPath() public method

public GetPath ( bool isFemale ) : string[]
isFemale bool
return string[]

Test() public method

public Test ( Sim a, Sim target, bool isAutonomous, GreyedOutTooltipCallback &greyedOutTooltipCallback ) : bool
a Sim
target Sim
isAutonomous bool
greyedOutTooltipCallback GreyedOutTooltipCallback
return bool