Talk:Func conveyor bms: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(Created page with "==CFuncConveyor are shared for func_conveyor and func_conveyor_bms ?== [https://asherkin.github.io/vtable/ VTable Dumper] shows only CFuncConveyor class. datamaps.txt says [https://raw.githubusercontent.com/MyGamepedia/Black-Mesa-Datamaps-and-Netprops/refs/heads/main/datamaps.txt this] (search in your browser func_conveyor and func_conveyor_bms with ctrl+f). Not really sure what to do with this.<br/>— MyGamepedia (talk) 12...")
 
No edit summary
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
==CFuncConveyor are shared for func_conveyor and func_conveyor_bms ?==
==CFuncConveyor is shared for func_conveyor and func_conveyor_bms ?==
[https://asherkin.github.io/vtable/ VTable Dumper] shows only CFuncConveyor class.
[https://asherkin.github.io/vtable/ VTable Dumper] shows only CFuncConveyor class.
datamaps.txt says [https://raw.githubusercontent.com/MyGamepedia/Black-Mesa-Datamaps-and-Netprops/refs/heads/main/datamaps.txt this] (search in your browser func_conveyor and func_conveyor_bms with ctrl+f). Not really sure what to do with this.<br/>— [[User:MyGamepedia|MyGamepedia]] ([[User_talk:MyGamepedia|talk]]) 12:27, 27 May 2025 (PDT)
datamaps.txt says [https://raw.githubusercontent.com/MyGamepedia/Black-Mesa-Datamaps-and-Netprops/refs/heads/main/datamaps.txt this] (search in your browser func_conveyor and func_conveyor_bms with ctrl+f). Not really sure what to do with this.<br/>— [[User:MyGamepedia|MyGamepedia]] ([[User_talk:MyGamepedia|talk]]) 12:27, 27 May 2025 (PDT)
:I assume they are identical class and there are some sorts of checks in code like <code>if(classname == "func_conveyor_bms") { whatever }</code> --[[User:Nescius|Nescius]] ([[User talk:Nescius|talk]]) 02:33, 27 May 2025 (PDT)

Latest revision as of 03:56, 27 May 2025

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)