Skip to content

Sin (RSDKv4)

Description

Gets the value from the sin512 lookup table based on angle and sets it in store.

Parameters

store

The variable to store the result.

angle

The value of angle.

Return Value

Sets store to the result.

Syntax

Sin(var store, int angle)

Example

Sin(object.value3, temp0)