You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc_classes/LuaObjectMetatable.xml
-8Lines changed: 0 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -140,14 +140,6 @@
140
140
The less than (<) operation. Behavior similar to the addition operation, except that Lua will try a metamethod only when the values being compared are neither both numbers nor both strings. Moreover, the result of the call is always converted to a boolean.
141
141
</description>
142
142
</method>
143
-
<methodname="__metatable"qualifiers="virtual">
144
-
<returntype="Variant" />
145
-
<paramindex="0"name="obj"type="Object" />
146
-
<paramindex="1"name="lua"type="LuaAPI" />
147
-
<description>
148
-
If object does not have a metatable, returns nil. Otherwise, if the object's metatable has a __metatable field, returns the associated value. Otherwise, returns the metatable of the given object.
0 commit comments