Skip to main content

update_world

Skill class for ai.intrinsic.update_world skill.

Performs an object world update.

This is a wrapper skill around the ObjectWorldUpdate API. This skill takes an ObjectWorldUpdate as input and applies the specified update to the specified world object or frame in the world. This allows the use of any functionality from ObjectWorldUpdate API via a skill, as part of a behavior tree process.

Prerequisites

This skill does not have any prerequisite.

Usage Example

This skill does not have any usage example yet.

Parameters

update

A single ObjectWorldUpdate to be applied.

updates

The ObjectWorldUpdates to be applied to the world.

Error Code

The skill does not have error codes yet