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

Gameplay.MPAreaMessages


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 MPAreaMessages extends Engine.LocalMessage;

var localized string	selfEnter;
var localized string	selfExit;

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.selfEnter;
	case 2: return default.selfExit;
	}
}

defaultproperties
{
	selfEnter					= "You entered an area."
	selfExit					= "You exited an area."
}	

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.784 - Created with UnCodeX