If you want to help us maintaining this wiki, check out our discord server: https://discord.gg/3u69jMa 

DecoVolumeObject

From SWRC Wiki
Revision as of 10:27, 14 May 2021 by Plasma (talk | contribs) (Created page with "<source lang="c++"> //============================================================================= // DecoVolumeObject. // // A class that allows staticmesh actors to get spa...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
//=============================================================================
// DecoVolumeObject.
//
// A class that allows staticmesh actors to get spawned inside of
// deco volumes.  These are the actors that you actually see in the level.
//=============================================================================
class DecoVolumeObject extends Actor
	native;


defaultproperties
{
     DrawType=DT_StaticMesh
     CollisionRadius=0
     CollisionHeight=0
}