Documentation
¶
Overview ¶
Package neat implements an map pre-processor for GoldSrc.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var FGD string
Functions ¶
Types ¶
type Master ¶
type Message ¶
type Message struct {
Classname *string `qmap:"classname,neat_message"`
Origin valve.Position
TargetName string `qmap:"targetname"`
Target string
Message string
Delay float32
Flags int `qmap:"spawnflags"`
Sound string `qmap:"messagesound"`
Volume string `qmap:"messagevolume"`
Attenuation valve.Attenuation `qmap:"messageattenuation"`
TriggerState valve.TriggerState `qmap:"triggerstate"`
}
Click to show internal directories.
Click to hide internal directories.