C# Class TDSM.Core.Command.Commands.SpawnNpcCommand

Inheritance: CoreCommand
Afficher le fichier Open project: DeathCradle/Terraria-s-Dedicated-Server-Mod

Méthodes publiques

Méthode Description
Initialise ( ) : void
SpawnNPC ( ISender sender, ArgumentList args ) : void

Spawns specified NPC type.

This function also allows NPC custom health.

Method Details

Initialise() public méthode

public Initialise ( ) : void
Résultat void

SpawnNPC() public méthode

Spawns specified NPC type.
This function also allows NPC custom health.
public SpawnNPC ( ISender sender, ArgumentList args ) : void
sender ISender Sending player
args ArgumentList Arguments sent with command
Résultat void