rott/kf_sources/Engine/Classes/Keypoint.uc
2026-07-14 20:27:09 +07:00

22 lines
592 B
Ucode

//=============================================================================
// Keypoint, the base class of invisible actors which mark things.
//=============================================================================
class Keypoint extends Actor
abstract
placeable
native;
// Sprite.
#exec Texture Import File=Textures\Keypoint.pcx Name=S_Keypoint Mips=Off MASKED=1
defaultproperties
{
RemoteRole=ROLE_None
bStatic=True
bHidden=True
SoundVolume=0
CollisionRadius=+00010.000000
CollisionHeight=+00010.000000
Texture=S_Keypoint
}