Toggle navigation
Hot Examples
DE
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Suchen
Home
BattleNet
Entity
C# Class BattleNet.Entity
Datei anzeigen
Open project: dkuwahara/AlphaBot
Protected Properties
Property
Type
Description
m_id
System.UInt32
m_initialized
System.Boolean
m_location
Coordinate
Public Methods
Method
Description
Entity
( ) :
System
Entity
(
UInt32
id
,
Int32
x
,
Int32
y
) :
System
Method Details
Entity()
public
method
public
Entity
( ) :
System
return
System
Entity()
public
method
public
Entity
(
UInt32
id
,
Int32
x
,
Int32
y
) :
System
id
System.UInt32
x
System.Int32
y
System.Int32
return
System
Property Details
m_id
protected_oe property
protected
UInt32,System
m_id
return
System.UInt32
m_initialized
protected_oe property
protected
Boolean,System
m_initialized
return
System.Boolean
m_location
protected_oe property
protected
Coordinate
m_location
return
Coordinate