spacer graphic
spacer graphic
Montage of games AGS Logo
spacer graphic

 

spacer graphic
Menu
spacer graphic Home
About
News
Features
Download AGS
spacer graphic Games 
Games main page
Award Winners
Picks of the month
Short games
Medium length games
Full length games
In Production
Hints & Tips
Community
Forums
AGSers World Map
Member websites
Chat
Resources
Tutorials
FAQ
Knowledge Base
Downloads
Links
AGS-related links
* AGS Manual
  * Scripting
    * Object functions and properties

IgnoreScaling property (object)

bool Object.IgnoreScaling
Gets/sets whether the object is affected by walkable area scaling. This is equivalent, though opposite, to the "Use walkable area scaling" checkbox in the Objects pane of the editor.

If this is set to true, the object will always be the same size. If it is set to false, then the object will be stretched or shrunk as appropriate on walkable areas.

Example:

oDoor.IgnoreScaling = true;
will tell the Door object not to be scaled on walkable areas.

See Also: Object.IgnoreWalkbehinds


User comments and notes
There are currently no user comments on this page.
The user comment facility is currently disabled.