()
| 3978 | return result; |
| 3979 | } |
| 3980 | public uint GetRenderModelCount() |
| 3981 | { |
| 3982 | uint result = FnTable.GetRenderModelCount(); |
| 3983 | return result; |
| 3984 | } |
| 3985 | public uint GetComponentCount(string pchRenderModelName) |
| 3986 | { |
| 3987 | IntPtr pchRenderModelNameUtf8 = Utils.ToUtf8(pchRenderModelName); |
nothing calls this directly
no outgoing calls
no test coverage detected