Talk:Func conveyor bms

From Valve Developer Community
Revision as of 03:56, 27 May 2025 by MyGamepedia (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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)