SpatialFear.SFCounter

00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
//=============================================================================
// Spatial Fear
// Class: SFCounter
// Descritption: Spatial Fear base counter class, used to gather some
//					gameplay specific features.
//
// Author: Markus Nuebel
//=============================================================================

class SFCounter extends Counter;

var (SpatialFear) travel int CreateTag; // Reference to players goaltable. If the tag is not -1 then the corrosponding goal is checked. If the goal was not reached already the counter is destroyed during level entering. Default: -1

defaultproperties
{
     CreateTag=-1
}

class file time: 12/7/2003 3:58:24 PM - creation time: 12/7/2003 4:03:44 PM
Created with UnCodeX