TCP서버 » Event

on_init

Description

init API 호출후, 모듈 로딩 완료 및 컴포넌트 초기화 성공시 이벤트

Parameters

Parameters Type Description
objInst INSTANCE 컴포넌트 인스턴스

Return Value

Type Description
void

Example

function btnInit_on_mouseup(objInst)
{
	tcpsvr01.init();
}

function tcpsvr01_on_init(objInst)
{
	// 초기화 성공
}

Viewer Ver.

9.1.1.1

Update Date

20231106