Add an entity to the collection
| C# | Visual Basic | Visual 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 )
- TypeA (EntityEnum)
- type of the entity (OXY or Hoshimi)
- XA (Int32)
- X location
- YA (Int32)
- Y location
The entity added
[Missing <remarks> documentation for M:PH.Map.EntityCollection.Add(PH.Map.EntityEnum,System.Int32,System.Int32)]