Go to the source code of this file.
|
ActionBuildPart ActionContinuousBase | GetInputType () |
|
void | ActionBuildPart () |
|
override void | CreateConditionComponents () |
|
override void | OnActionInfoUpdate (PlayerBase player, ActionTarget target, ItemBase item) |
|
override bool | CanBeUsedLeaning () |
|
override bool | ActionCondition (PlayerBase player, ActionTarget target, ItemBase item) |
|
override bool | ActionConditionContinue (ActionData action_data) |
|
override void | OnFinishProgressServer (ActionData action_data) |
|
override string | GetSoundCategory (ActionData action_data) |
|
override ActionData | CreateActionData () |
|
override bool | SetupAction (PlayerBase player, ActionTarget target, ItemBase item, out ActionData action_data, Param extra_data=NULL) |
|
protected void | SetBuildingAnimation (ItemBase item) |
|
override void | WriteToContext (ParamsWriteContext ctx, ActionData action_data) |
|
override bool | ReadFromContext (ParamsReadContext ctx, out ActionReciveData action_recive_data) |
|
override void | HandleReciveData (ActionReciveData action_recive_data, ActionData action_data) |
|
override string | GetAdminLogMessage (ActionData action_data) |
|
override bool | UseMainItem () |
|
override bool | HasProgress () |
|
override bool | HasAlternativeInterrupt () |
|
◆ ActionBuildPart()
void GetInputType::ActionBuildPart |
( |
| ) |
|
◆ ActionCondition()
◆ ActionConditionContinue()
override bool GetInputType::ActionConditionContinue |
( |
ActionData |
action_data | ) |
|
◆ CanBeUsedLeaning()
override bool GetInputType::CanBeUsedLeaning |
( |
| ) |
|
◆ CreateActionData()
override ActionData GetInputType::CreateActionData |
( |
| ) |
|
◆ CreateConditionComponents()
override void GetInputType::CreateConditionComponents |
( |
| ) |
|
◆ GetAdminLogMessage()
◆ GetInputType()
◆ GetSoundCategory()
◆ HandleReciveData()
override void GetInputType::HandleReciveData |
( |
ActionReciveData |
action_recive_data, |
|
|
ActionData |
action_data |
|
) |
| |
◆ HasAlternativeInterrupt()
override bool HasAlternativeInterrupt |
( |
| ) |
|
◆ HasProgress()
override bool HasProgress |
( |
| ) |
|
◆ OnActionInfoUpdate()
◆ OnFinishProgressServer()
override void GetInputType::OnFinishProgressServer |
( |
ActionData |
action_data | ) |
|
◆ ReadFromContext()
override bool GetInputType::ReadFromContext |
( |
ParamsReadContext |
ctx, |
|
|
out ActionReciveData |
action_recive_data |
|
) |
| |
◆ SetBuildingAnimation()
protected void GetInputType::SetBuildingAnimation |
( |
ItemBase |
item | ) |
|
◆ SetupAction()
◆ UseMainItem()
override bool UseMainItem |
( |
| ) |
|
◆ WriteToContext()
◆ m_PartType