21 lines
510 B
HTML
21 lines
510 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<link rel="stylesheet" href="style.css">
|
|
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
|
<title>RotateActor [RCBasic Doc] </title>
|
|
</head>
|
|
|
|
<body>
|
|
<p><h2>sub RotateActor( actor, x, y, z ) </h2></p>
|
|
<p>
|
|
Rotates and actor a given number of degrees from its current orientation
|
|
</p>
|
|
<br><p>Related:
|
|
<a href="setactorrotation.html">SetActorRotation</a>
|
|
<a href="getactorrotation.html">GetActorRotation</a>
|
|
</p>
|
|
<p>
|
|
|
|
</body>
|
|
</html> |