Project Hoshimi Documented Class Library
Add Method (TypeA, XA, YA)
NamespacesPH.MapEntityCollectionAdd(EntityEnum, Int32, Int32)
Add an entity to the collection
Declaration Syntax
C#Visual BasicVisual C++
public Entity Add(
	EntityEnum TypeA,
	int XA,
	int YA
)
Public Function Add ( _
	TypeA As EntityEnum, _
	XA As Integer, _
	YA As Integer _
) As Entity
public:
Entity^ Add(
	EntityEnum TypeA, 
	int XA, 
	int YA
)
Parameters
TypeA (EntityEnum)
type of the entity (OXY or Hoshimi)
XA (Int32)
X location
YA (Int32)
Y location
Return Value
The entity added
Remarks

[Missing <remarks> documentation for M:PH.Map.EntityCollection.Add(PH.Map.EntityEnum,System.Int32,System.Int32)]

Assembly: PH.Map (Module: PH.Map) Version: 6.0.0.0