C# 클래스 TeaseAI_CE.Scripting.Script

상속: BlockBase
파일 보기 프로젝트 열기: TeaseAI/TeaseAI-CE

공개 프로퍼티들

프로퍼티 타입 설명
List bool

공개 메소드들

메소드 설명
ExecuteAsList ( Context sender, StringBuilder output ) : void
Script ( VM vm, bool isList, string key, Line lines, string tags, GroupInfo group, Logger log ) : System

비공개 메소드들

메소드 설명
getWeight ( Context sender ) : float[]

메소드 상세

ExecuteAsList() 공개 메소드

public ExecuteAsList ( Context sender, StringBuilder output ) : void
sender Context
output StringBuilder
리턴 void

Script() 공개 메소드

public Script ( VM vm, bool isList, string key, Line lines, string tags, GroupInfo group, Logger log ) : System
vm VM
isList bool
key string
lines Line
tags string
group GroupInfo
log Logger
리턴 System

프로퍼티 상세

List 공개적으로 프로퍼티

public bool List
리턴 bool