Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames

Gameplay.MPCapturePointMessages


00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021
00022
00023
00024
00025
class MPCapturePointMessages extends TribesLocalMessage;

var localized string cantCaptureWhenNotHome;

static function string GetString(
	optional int Switch,
	optional Core.Object Related1, 
	optional Core.Object Related2,
	optional Object OptionalObject,
	optional String OptionalString
	)
{
	switch (Switch)
	{
		case 1:	return default.cantCaptureWhenNotHome;
			break;
	}
}

defaultproperties
{
	announcements(0)=(effectEvent=CapturableCaptured,speechTag=FLGCAPTURED,debugString="%1 captured a flag.")

	cantCaptureWhenNotHome = "You can't capture when your flag isn't home."
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Class file time: ne 5.9.2004 15:53:14.000 - Creation time: st 23.5.2018 00:10:45.831 - Created with UnCodeX