<< Click to Display Table of Contents >>

GetName

오즈 바이너리 객체 이름을 가져옵니다.

Prototype

string GetName()

Example

var binary = OZCreator.getBuiltInObject("OZBinary");

//var binary = OZCreator.getBuiltInObject(OZBuiltInObject.BINARY);

var name = binary.GetName();