Click or drag to resize
XDL

XncwTheaterGetEquipment Method

Theater에서 ID에 따른 장비(equipment) 객체를 가져온다.

Namespace:  Pixoneer.NXDL.NNCW
Assembly:  NXDLncw (in NXDLncw.dll) Version: 2.0.3.31
Syntax
C#
public XEquipObj GetEquipment(
	long ID
)

Parameters

ID
Type: SystemInt64
[In] 장비 ID.

Return Value

Type: XEquipObj
대상 장비 객체.
See Also