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
    * Character functions and properties

UnlockView

(Formerly known as ReleaseCharacterView, which is now obsolete)

Character.UnlockView()
Allows the engine to automatically control the character's view, as normal. Use this once you have finished doing the animation which you started with the LockView command.

Example:

cEgo.LockView(12);
cEgo.Animate(0, 0, eOnce, eBlock, eForwards);
cEgo.UnlockView();
will play an animation using loop 0 of view 12, then return the character to its normal view.

See Also: Character.LockView


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