Added docs and project management tool update
This commit is contained in:
@@ -6,10 +6,11 @@ function CreateWaterPlaneActor( w, h )
|
||||
function CreateLightActor( )
|
||||
function CreateBillboardActor( )
|
||||
function CreateTerrainActor( hmap_file$ )
|
||||
function CreateParticleActor( particle_type )
|
||||
sub DeleteActor( actor )
|
||||
sub GetActorTransform( actor, matrix )
|
||||
sub SetActorPosition( actor, x, y, z )
|
||||
sub TranslateActor( actor, x, y, z )
|
||||
sub TranslateActorLocal( actor, x, y, z )
|
||||
sub TranslateActorWorld( actor, x, y, z )
|
||||
sub GetActorPosition( actor, ByRef x, ByRef y, ByRef z )
|
||||
sub SetActorScale( actor, x, y, z )
|
||||
@@ -24,3 +25,4 @@ sub SetActorAutoCulling( actor, cull_type )
|
||||
function GetActorAutoCulling( actor )
|
||||
sub AddActorShadow( actor )
|
||||
sub RemoveActorShadow( actor )
|
||||
function ActorExists( actor )
|
||||
|
||||
Reference in New Issue
Block a user