MonsterInit()
Jump to navigation
Jump to search
MonsterInit() is a C++ function available for the CBaseMonster class in all GoldSrc games.
Description from monsters.cpp
:
after a monster is spawned, it needs to be dropped into the world, checked for mobility problems, and put on the proper path, if any. This function does all of those things after the monster spawns. Any initialization that should take place for all monsters goes here.