1
0
KF2-Dev-Scripts/KFGame/Classes/KFSpawnRenderingComponent.uc

28 lines
834 B
Ucode
Raw Normal View History

2020-12-13 15:01:13 +00:00
//=============================================================================
// KFSpawnRenderingComponent
//=============================================================================
// Handles rendering debug lines for spawn volumes (see show_spawnvolumes)
//=============================================================================
// Killing Floor 2
// Copyright (C) 2015 Tripwire Interactive LLC
//=============================================================================
class KFSpawnRenderingComponent extends PrimitiveComponent
native
hidecategories(Object)
editinlinenew;
cpptext
{
virtual FPrimitiveSceneProxy* CreateSceneProxy();
virtual void UpdateBounds();
};
defaultproperties
{
bAcceptsLights=false
HiddenGame=true
AlwaysLoadOnClient=false
AlwaysLoadOnServer=false
}