fodev.net

FOnline Development => Questions and Answers => Topic started by: SEGA_RUS on October 04, 2015, 11:39:28 am

Title: [2238] What does it mean in C++?
Post by: SEGA_RUS on October 04, 2015, 11:39:28 am
Code: [Select]
if(proto->Weapon_Skill[0]<=SK_ENERGY_WEAPONS)
Title: Re: [2238] What does it mean in C++?
Post by: Wipe on October 04, 2015, 05:48:38 pm
Part of ranged weapons check; true if proto is using SG, BG or EW skill.