C# 클래스 GameCreator.Runtime.Game.Library.GameFunctions

파일 보기 프로젝트 열기: joshwyant/game-creator

공개 메소드들

메소드 설명
CreateInstance ( int id, double x, double y ) : GameInstance

비공개 메소드들

메소드 설명
game_end ( ) : void
instance_create ( double x, double y, int object_index ) : int
newlines ( string s ) : string
show_message ( string msg ) : int

메소드 상세

CreateInstance() 공개 정적인 메소드

public static CreateInstance ( int id, double x, double y ) : GameInstance
id int
x double
y double
리턴 GameInstance