Skip to main content
Skip to main content

AIMessageErrorBlockedByObject

AIMessageErrorBlockedByObject

Parent

AIMessage

Functions

new

Description

Definition

new()

Arguments

anycustomMt

Code

function AIMessageErrorBlockedByObject.new(customMt)
local self = AIMessage.new(customMt or AIMessageErrorBlockedByObject _mt)
return self
end