zerk.game.engine.system.message.message Class
Message
Represents a message of the message system.
Methods
init
(
-
id
-
x
-
y
-
text
-
size
-
color
Class constructor
Parameters:
-
id
StringUnique ID of the message
-
x
IntegerHorizontal position
-
y
IntegerVertical position
-
text
StringMessage text
-
size
IntegerFont size
-
color
StringFont color
Properties
color
String
Font color
font
String
Font
id
String
Unique ID of the message
lifetime
Integer
Lifetime of the message
size
Number
Font size
starttime
Integer
Starttime of the message
text
String
Message text
x
Integer
Horizontal position
y
Integer
Vertical position