BecomeActive, Thinking Entities: Difference between revisions

From The DarkMod Wiki
Jump to navigationJump to search
(mark as checked (the forum post is from last year :-)
(fixed wrong category)
Line 4: Line 4:
If you give an entity a new '''::Think''' method, be sure to call '''BecomeActive( TH_THINK )''' in the spawn method, otherwise the '''::Think''' will only get called once and then no more.
If you give an entity a new '''::Think''' method, be sure to call '''BecomeActive( TH_THINK )''' in the spawn method, otherwise the '''::Think''' will only get called once and then no more.


{{scripting}}
{{sdk}}

Revision as of 12:55, 2 July 2008

Originally written by Ishtvan on http://forums.thedarkmod.com/topic/4146

If you give an entity a new ::Think method, be sure to call BecomeActive( TH_THINK ) in the spawn method, otherwise the ::Think will only get called once and then no more.