MCPcopy Create free account
hub / github.com/TanTanDev/runity / bind_log_callback

Method bind_log_callback

unity/Runity/Logging.cs:32–32  ·  view source on GitHub ↗
([MarshalAs(UnmanagedType.FunctionPtr)] DLog a_callback)

Source from the content-addressed store, hash-verified

30 }
31 }
32 [DllImport("runity")] public static extern void bind_log_callback([MarshalAs(UnmanagedType.FunctionPtr)] DLog a_callback);
33 [UnmanagedFunctionPointer(CallingConvention.StdCall)]
34 public delegate void DLog(LogMessage a_message);
35 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected