-
Notifications
You must be signed in to change notification settings - Fork 241
Scripting API
Adrien Givry edited this page Feb 7, 2025
·
16 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
Math-related usertypes
Usertypes related to the scene-system
Userypes related to post-processing effects
Functions that can be called from anywhere. Debugging tools, input system, physics, resource loading...
Enumerations that you can use in your scripts