How many times is a script executed?
When you write a script for a game, how many times does it get executed? Im trying to intergrate a scripting engine into my applciation, but am uncertain how to expose the script to the rest of my code and how many times it gets executed.
-ddn
You decide when and how often. It depends on what you are using the scripts for. Some things may be executed only once, some may run every time through the main loop. If you say what things you are using scripting for someone might be able to answer better.
October 31, 2003 12:10 PM
Upon thinking about it, I see the function will be the overriding factor in determing the number of updates a script does per tick.
I want to use the script engine in the AI as well as misc useage within the animiation and startup modules.
Thanks again!
-ddn
I want to use the script engine in the AI as well as misc useage within the animiation and startup modules.
Thanks again!
-ddn
This topic is closed to new replies.
Advertisement
Popular Topics
Advertisement