-
Notifications
You must be signed in to change notification settings - Fork 283
Scripting API
Adrien Givry edited this page Feb 7, 2025
·
22 revisions
Want to write your first script? Get started with Overload Scripting Basics!
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
Mathematical usertypes for your scripts
Other usertypes related to the entity, physics and scene systems
Functions that can be called from anywhere. Debugging tools, input system, physics, resource loading...
Enumerations that you can use in your scripts