Click or drag to resize
XDL

XncwTheaterAddEquipment Method

Theater에 장비 객체를 추가한다.

Namespace:  Pixoneer.NXDL.NNCW
Assembly:  NXDLncw (in NXDLncw.dll) Version: 1.2.817.72
Syntax
C#
public bool AddEquipment(
	long ID,
	ref XEquipObj Equip
)

Parameters

ID
Type: SystemInt64
[In] 장비 ID.
Equip
Type: Pixoneer.NXDL.NEQUIPXEquipObj
장비 객체.

Return Value

Type: Boolean
Theater에 장비 객체가 추가되면 true를 반환하고, 그렇지 않으면 false를 반환한다.
See Also