([MarshalAs(UnmanagedType.FunctionPtr)] DSpawnPrefab a_callback)
| 192 | } |
| 193 | |
| 194 | [DllImport("runity")] public static extern void world_bind_spawn_prefab_callback([MarshalAs(UnmanagedType.FunctionPtr)] DSpawnPrefab a_callback); |
| 195 | [UnmanagedFunctionPointer(CallingConvention.StdCall)] public delegate void DSpawnPrefab(string a_name, UInt64 a_identifierBits); |
| 196 | [DllImport("runity")] public static extern void world_bind_spawn_prefab_with_transform_callback([MarshalAs(UnmanagedType.FunctionPtr)] DSpawnPrefabWithTransform a_callback); |
| 197 | [UnmanagedFunctionPointer(CallingConvention.StdCall)] public delegate void DSpawnPrefabWithTransform(string a_name, UInt64 a_identifierBits, CTransform a_transform); |
nothing calls this directly
no outgoing calls
no test coverage detected