BecomeActive, Thinking Entities: Difference between revisions
From The DarkMod Wiki
Jump to navigationJump to search
mark for check/deletion |
m adding category tag |
||
(3 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
<!-- info checked by greebo on 2007-11-18 :) --> | |||
{{Original_Reference|Ishtvan|4146}} | {{Original_Reference|Ishtvan|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. | 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. | ||
{{ | {{sdk}} | ||
[[Category:Entities]] |
Latest revision as of 01:54, 21 October 2018
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.