-
Notifications
You must be signed in to change notification settings - Fork 3
BaseObject
JustGod edited this page Oct 28, 2023
·
3 revisions
(method) BaseObject:CallParentMethod(methodName: string, ...any)
-> anyfun():BaseObject(method) BaseObject:GetMetatable()
-> table(method) BaseObject:GetType()
-> string(method) BaseObject:GetValue(key: string)
-> any(method) BaseObject:IsInstanceOf(class_name: string|BaseObject)
-> boolean(method) BaseObject:SetToString(name: string)
-> BaseObject(method) BaseObject:SetValue(key: string, value: any)(method) BaseObject:ToString()
-> string(method) BaseObject:new(...any)
-> BaseObject(method) BaseObject:super(...any)
-> unknown|nil