-
Notifications
You must be signed in to change notification settings - Fork 283
Scripting API
Adrien Givry edited this page Feb 7, 2025
·
22 revisions
Learn how to write your first custom scripts!
Find information about Overload engine built-in components
- Component
- Transform
- Camera
- MaterialRenderer
- ModelRenderer
- Light
- PointLight
- SpotLight
- DirectionalLight
- AmbientBoxLight
- AmbientSphereLight
- PhysicalObject
- PhysicalBox
- PhysicalSphere
- PhysicalCapsule
- AudioListener
- AudioSource
- PostProcessStack
Mathematical usertypes for your scripts
Other usertypes related to the entity, physics, scene systems
Functions that can be called from anywhere. Debugging tools, input system, physics, resource loading...
Enumerations that you can use in your scripts