AnimActionTurnAround()

Turn around to face a random direction.

void AnimActionTurnAround(
);

Description

Turn around to face a random direction.



Remarks

NOTE: The contents of this function have been commented out. So it will do nothing when called.



Requirements

#include "x0_i0_anims"


Version

???

Example

// The source code from x0_i0_anims (line 1314) for this function is as follows:

void  AnimActionTurnAround()
{
// BK Feb 2003: This never looks good. Don't do it.
//    ActionDoCommand(SetFacing(IntToFloat(Random(360))));
}

See Also

functions:  ActionDoCommand | SetFacing
categories:  Animation Functions


author: Baragg, editor: Mistress