command_ref.bb 811 B

123456789101112131415161718192021222324
  1. ; --------
  2. ; Commands
  3. ; --------
  4. ; DB_LoadImage( filename_str$, image_no )
  5. ; MakeMatrix( matrix_no,width#,depth#,xsegmented#,zsegmented# )
  6. ; PositionMatrix( matrix_no,x#,y#,z# )
  7. ; PrepareMatrixTexture ( matrix_no,image_val,across,down )
  8. ; FillMatrix( matrix_no,height,tile_no )
  9. ; RandomizeMatrix( matrix_no,height_range# )
  10. ; SetMatrixHeight( matrix_no,x,z,height# )
  11. ; SetMatrixNormal( matrix_no,x,z,normalx#,normaly#,normalz# )
  12. ; SetMatrixTile( matrix_no,x,z,tile_no )
  13. ; GhostMatrixOn( matrix_no )
  14. ; GhostMatrixOff( matrix_no )
  15. ; DeleteMatrix( matrix_no )
  16. ; MatrixExist( matrix_no )
  17. ; MatrixPositionX( matrix_no )
  18. ; MatrixPositionY( matrix_no )
  19. ; MatrixPositionZ( matrix_no )
  20. ; GetMatrixHeight( matrix_no,x,z )
  21. ; GetGroundHeight( matrix_no,x#,z# )
  22. ; MatrixTileCount( matrix_no )
  23. ; MatrixTilesExist( matrix_no )