All public logs
Jump to navigation
Jump to search
Combined display of all available logs of Valve Developer Community. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 23:40, 26 June 2025 WoShiGeNiCheng talk contribs created page Zh/Logic gate (Created page with "{{LanguageBar|logic_gate|title=逻辑门}} '''逻辑门'''是用于对多个{{L|boolean|布尔值}}{{L|input|输入}}执行逻辑运算并生成单一{{L|output|输出}}的模型。在游戏中可用于实现如"仅当特定按钮组处于特定开关状态时才开门"等复杂逻辑。 == 实现原理 == 在{{L|Source|起源}}引擎中,可通过组合{{L|logic_branch}}和{{L|logic_branch_listener}}实体实现逻辑门功能: 1. **输入设备**(如按钮)状...")