TypeLibrary TypeLibrary { get; set; }

Summary

Provides access to the global Internal.TypeLibrary for the current game context.

The ['c'] is a runtime reflection system that describes types, their members, and relationships in the game and engine assemblies. It allows you to find and create types by name and id. It's basically a sandboxed version of the .net reflection system.

people
Log in to reply
You can't reply if you're not logged in. That would be crazy.