Talk:Player and NPC Cloak: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
Line 4: Line 4:


Where is the constructor and destructor in the code, there are that many occurrences of CBaseCombatCharacter in the script, and since you didn't specify a line number OR a specific search word, it is near impossible to find
Where is the constructor and destructor in the code, there are that many occurrences of CBaseCombatCharacter in the script, and since you didn't specify a line number OR a specific search word, it is near impossible to find
Never mind, it is on line 715 under "CBaseCombatCharacter::CBaseCombatCharacter( void )"
Just CTRL+F the quotation to find the segment

Revision as of 03:56, 6 April 2016

Feel free to list any improvements I should make. This is, after all, my first tutorial, so there's likely some things I could polish. Chainmanner 04:28, 30 August 2014 (UTC)

CBaseCombatCharacter constructor and destructor

Where is the constructor and destructor in the code, there are that many occurrences of CBaseCombatCharacter in the script, and since you didn't specify a line number OR a specific search word, it is near impossible to find

Never mind, it is on line 715 under "CBaseCombatCharacter::CBaseCombatCharacter( void )" Just CTRL+F the quotation to find the segment