meta data for this page
📚 差别
这里会显示出您选择的修订版和当前版本之间的差别。
两侧同时换到之前的修订记录前一修订版 | |||
scripting:world:prop [2025/07/26 01:33] – bibiboxs | scripting:world:prop [2025/07/26 01:35] (当前版本) – bibiboxs | ||
---|---|---|---|
行 292: | 行 292: | ||
function prop.RemoveFlag( flag: int ) | function prop.RemoveFlag( flag: int ) | ||
``` | ``` | ||
+ | |||
+ | |||
+ | |||
+ | ### prop.Equals() | ||
+ | |||
+ | > 判断另一物品是否等同于自身引用(是否为相同对象)。 | ||
+ | |||
+ | ```javascript | ||
+ | function prop.Equals( other: Prop ) | ||
+ | ``` | ||
+ | |||