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
{{ message }}
This repository was archived by the owner on Sep 11, 2023. It is now read-only.
"Clones a Handle.\nWhen passing handles in between plugins, caching handles can result in accidental invalidation when one plugin releases the Handle,\nor is its owner is unloaded from memory.\nTo prevent this, the Handle may be \"cloned\" with a new owner.",
27
+
ReturnType="void"
28
+
}
29
+
}
30
+
});
31
+
}
32
+
11
33
// This contains Enum values, Constant variables, Defines.
12
34
publicList<string>Constants;
13
35
@@ -30,6 +52,7 @@ public class SMDefinition
30
52
31
53
// This contains method map and enum structs' methods.
32
54
publicList<string>ObjectMethods;
55
+
33
56
// This contains method map and enum structs' fields.
0 commit comments