C# 클래스 EventAI_Creator.db_script

파일 보기 프로젝트 열기: mangosR2/eventAI_tool 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
activectemplate bool
changed bool
id uint
line List

공개 메소드들

메소드 설명
AddScriptLine ( ) : void
db_script ( uint id ) : System.Collections.Generic

메소드 상세

AddScriptLine() 공개 메소드

public AddScriptLine ( ) : void
리턴 void

db_script() 공개 메소드

public db_script ( uint id ) : System.Collections.Generic
id uint
리턴 System.Collections.Generic

프로퍼티 상세

activectemplate 공개적으로 프로퍼티

public bool activectemplate
리턴 bool

changed 공개적으로 프로퍼티

public bool changed
리턴 bool

id 공개적으로 프로퍼티

public uint id
리턴 uint

line 공개적으로 프로퍼티

public List line
리턴 List