EliteMindSpawnRequest
Inputs for spawning a native hostile Mind body.
Constructors
Link copied to clipboard
public void EliteMindSpawnRequest(Plugin owner, NamespacedKey programKey, Location location, int level, boolean persistent)
Source-compatible default for callers that want the standard grounded body.
public void EliteMindSpawnRequest(Plugin owner, NamespacedKey programKey, Location location, int level, boolean persistent, EliteMindBodyProfile bodyProfile)
Source-compatible body-profile constructor with the historical randomized power loadout.
public void EliteMindSpawnRequest(Plugin owner, NamespacedKey programKey, Location location, int level, boolean persistent, EliteMindBodyProfile bodyProfile, EliteMindPowerLoadout powerLoadout)