C# Класс OpenRA.Mods.Common.Scripting.GeneralProperties

Наследование: OpenRA.Scripting.ScriptActorProperties
Показать файл Открыть проект

Private Properties

Свойство Тип Описание
AddTag bool
CallFunc void
Destroy void
HasTag bool
RemoveTag bool
Stop void
Teleport void
Wait void

Открытые методы

Метод Описание
GeneralProperties ( OpenRA.Scripting.ScriptContext context, Actor self ) : Eluant

Приватные методы

Метод Описание
AddTag ( string tag ) : bool
CallFunc ( Eluant.LuaFunction func ) : void
Destroy ( ) : void
HasTag ( string tag ) : bool
RemoveTag ( string tag ) : bool
Stop ( ) : void
Teleport ( CPos cell ) : void
Wait ( int ticks ) : void

Описание методов

GeneralProperties() публичный Метод

public GeneralProperties ( OpenRA.Scripting.ScriptContext context, Actor self ) : Eluant
context OpenRA.Scripting.ScriptContext
self Actor
Результат Eluant