Talk:Func conveyor bms: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
MyGamepedia (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
==CFuncConveyor | ==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) | :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
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)