Skip to content

tes3mobManager⚓︎

The manager responsible for mobile objects and collision.

Properties⚓︎

gravity⚓︎

The gravity applied to all actors. Has a default value of {0.0, 0.0, -627.2}.

Returns:


mobCollisionGroup⚓︎

Read-only.

Warning

This part of the API isn't fully understood yet and thus is considered experimental. That means that there can be breaking changes requiring the code using this part of the API to be rewritten. The MWSE team will not make any effort to keep backward compatibility with the mods using experimental APIs.

Access to the collision group used by the game engine.

Returns:


movingProps⚓︎

Read-only.

Warning

This part of the API isn't fully understood yet and thus is considered experimental. That means that there can be breaking changes requiring the code using this part of the API to be rewritten. The MWSE team will not make any effort to keep backward compatibility with the mods using experimental APIs.

Returns:


processManager⚓︎

Read-only. Access to the process manager.

Returns:


projectileManager⚓︎

Read-only. Access to the projectile manager.

Returns:


terminalVelocity⚓︎

The maximum velocity that actors can reach through the application of gravity. Has a default value of {0.0, 0.0, -4005.5}.

Returns: