Welcome to Pauls PureProject
 Home Online Reference Guide duplicated from http://cvs.purebasic.com  
 Online Resources
   · Reference

 Libraries
     2DDrawing
     Billboard
     Camera
     CDAudio
     Cipher
     Clipboard
     Console
     Database
     Date
     Desktop
     Engine3D
     Entity
     File
     FileSystem
     Font
     Gadget
     Help
     Image
     ImagePlugin
     Joystick
     Keyboard
     Library
     Light
     LinkedList
     Material
     Math
     Memory
     Menu
     Mesh
     Misc
     Module
     Mouse
     Movie
     Network
     OnError
     Packer
     Palette
     Particle
     Preference
     Printer
     Requester
     Sort
     Sound
     SoundPlugin
     Sprite
     Sprite3D
     StatusBar
     String
     SysTray
     Terrain
     Texture
     Thread
     Toolbar
     Window

 ScaleEntity

Syntax

ScaleEntity(#Entity, x, y, z)
Description
Scales the #Entity according to the specified x,y,z values. This is a factor based scale which means than the Entity size will be multiply with the given value to obtain the new size. To perform an absolute size of the entity, use ResizeEntity().

Example:
  ScaleEntity(0, 2, 2, 2) ; Double the size of the entity
  ScaleEntity(0, 1, 1, 1) ; Don't change the size of the entity (multiply by 1 don't change anything
  ScaleEntity(0, 3, 1, 1) ; Make the width of the entity 3 times larger

Supported OS

Windows, Linux

<- RotateEntity() - Entity Index - SetEntityAnimationTime() ->



Hosted by Reel Media Productions Copyright©2001-2004 All Rights Reserved