Talk:Func conveyor bms

From Valve Developer Community
Jump to navigation Jump to search

CFuncConveyor is shared for func_conveyor and func_conveyor_bms ?

VTable Dumper shows only CFuncConveyor class. datamaps.txt says this (search in your browser func_conveyor and func_conveyor_bms with ctrl+f). Not really sure what to do with this.
MyGamepedia (talk) 12:27, 27 May 2025 (PDT)

I assume they are identical class and there are some sorts of checks in code like if(classname == "func_conveyor_bms") { whatever } --Nescius (talk) 02:33, 27 May 2025 (PDT)