LUADOC - Farming Simulator 22

Script v1_7_1_0

Engine v1_7_1_0

Foundation Reference

AIMessageErrorThreshingNotAllowed

Parent
AIMessage
Functions

getMessage

Description
Definition
getMessage()
Code
23function AIMessageErrorThreshingNotAllowed:getMessage()
24 return g_i18n:getText("ai_messageErrorThreshingNotAllowed")
25end

new

Description
Definition
new()
Code
16function AIMessageErrorThreshingNotAllowed.new(customMt)
17 local self = AIMessage.new(customMt or AIMessageErrorThreshingNotAllowed_mt)
18 return self
19end