# About

{% hint style="danger" %}
The documentation has moved to: <https://mitschmr-studios.io/documentation/>

This version will no longer be updated and maintained.&#x20;
{% endhint %}

I have the luck to have become quite familiar with Game Creator and its API. That’s why I want to share my knowledge with you. In these guides, you will learn how to access GC script components, hooks and weapons, extend the inventory with custom properties, integrate third party API into Actions and more. I not only cover how to do it, but many things around like which datatype to use or why this works like it does.&#x20;

* [Configurable Enter Play Mode Compatibility](https://docs.mitschmr-studios.io/gc-api-guides/configurable-enter-play-mode-compatibility)
* [Access GC Script Components](https://docs.mitschmr-studios.io/gc-api-guides/access-gc-script-components)
* [Access Player Using HookPlayer](https://docs.mitschmr-studios.io/gc-api-guides/access-player-using-hookplayer)
* [Inventory Custom Entries](https://docs.mitschmr-studios.io/gc-api-guides/inventory-custom-entries)
* [Accessing Scriptable Objects](https://docs.mitschmr-studios.io/gc-api-guides/accessing-scriptable-objects)
* [Custom Editor Windows  - Part 1](https://docs.mitschmr-studios.io/gc-api-guides/custom-editor-windows-part-1)
* [Custom Editor Windows - Part 2](https://docs.mitschmr-studios.io/gc-api-guides/custom-editor-windows-part-2)
* [Inventory Context Menu Support](https://docs.mitschmr-studios.io/gc-api-guides/inventory-context-menu-support)
* [Inventory Item Tooltips](https://docs.mitschmr-studios.io/gc-api-guides/inventory-item-tooltips)
* [Converting To GC Variables](https://docs.mitschmr-studios.io/gc-api-guides/converting-to-gc-variables)
* [Working With GC Variables](https://docs.mitschmr-studios.io/gc-api-guides/working-with-gc-variables)
