Cronous Emulation Server Daemon

MapArea.enter Method

Adds a non player character entering the area.

Overload List

Adds a non player character entering the area.

[Visual Basic] Public Sub enter(ByVal NonPlayerCharacter)
[C#] public void enter(NonPlayerCharacter);
[C++] public: void enter(NonPlayerCharacter*);
[JScript] public function enter(NonPlayerCharacter);

Adds a player character entering the area.

[Visual Basic] Public Sub enter(ByVal PlayerCharacter)
[C#] public void enter(PlayerCharacter);
[C++] public: void enter(PlayerCharacter*);
[JScript] public function enter(PlayerCharacter);

Adds a dropped item entering the area.

[Visual Basic] Public Sub enter(ByVal DroppedItem)
[C#] public void enter(DroppedItem);
[C++] public: void enter(DroppedItem*);
[JScript] public function enter(DroppedItem);

See Also

MapArea Class | croemud.map Namespace