AIMessageErrorFieldNotReady
AIMessageErrorFieldNotReady
Parent
Functions
getI18NText
Description
Definition
getI18NText()
Code
function AIMessageErrorFieldNotReady:getI18NText()
return g_i18n:getText( "ai_messageErrorFieldNotReady" )
end
new
Description
Definition
new()
Arguments
| any | customMt |
|---|
Code
function AIMessageErrorFieldNotReady.new(customMt)
local self = AIMessage.new(customMt or AIMessageErrorFieldNotReady _mt)
return self
end