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

Inheritance: CoreCommand
Mostra file Open project: DeathCradle/Terraria-s-Dedicated-Server-Mod

Public Methods

Method Description
Initialise ( ) : void
SpawnNPC ( ISender sender, ArgumentList args ) : void

Spawns specified NPC type.

This function also allows NPC custom health.

Method Details

Initialise() public method

public Initialise ( ) : void
return void

SpawnNPC() public method

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
return void