PhixFlow Help

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

« Previous Version 2 Current »

Function: spin()

Spins (in a cpu loop) for a period of time (in seconds).

Syntax

spin(duration)

ArgumentTypeDescription
durationIntegerPause duration (in seconds)

Examples

spin(0.1)

Spins (in a cpu loop) for one tenth of a second.

See Also

  • No labels