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

Method api_update

unity/Runity/Runity.cs:44–44  ·  view source on GitHub ↗
(Time a_time)

Source from the content-addressed store, hash-verified

42
43 [DllImport("runity")] public static extern void api_init(Level a_unityLoggerLevel, Level a_writerLoggLevel);
44 [DllImport("runity")] public static extern void api_update(Time a_time);
45
46 // game specific rust dll
47 [DllImport("runity")] public static extern void api_init_game_lib(string a_gameLibName);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected