Base class: Entity

Lua
C++
Edit

Pivot

This class is a simple entity with no special properties.

Property Type Description
CreatePivot Function creates a new pivot entity

CreatePivot

function CreatePivot()
    -- implementation goes here
end

Creates a new pivot entity.

Returns:

Copyright © 2024 Ultra Software.
All rights reserved.