This article's documentation is for anything that uses the Source engine. Click here for more information.

Test proxytoggle: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(Port of https://src-ents.shoutwiki.com/wiki/Test_proxytoggle, also some text copied from here https://github.com/TeamSpen210/HammerAddons/blob/master/fgd/engine/test_proxytoggle.fgd. The commands found in Source SDK code and by "find" command in hl2/bms.)
 
No edit summary
 
Line 3: Line 3:
{{ent not in fgd|nolink=1|because=it is useless}}
{{ent not in fgd|nolink=1|because=it is useless}}
{{CD|CTest_ProxyToggle_Networkable|file1=test_proxytoggle.cpp}}
{{CD|CTest_ProxyToggle_Networkable|file1=test_proxytoggle.cpp}}
{{this is a|point entity|name=test_proxytoggle}} It was some sort of entity made to test networking. A basic entity to test the ability to automatically copy variables to the client.
{{this is a|logical entity|name=test_proxytoggle}} It was some sort of entity made to test networking. A basic entity to test the ability to automatically copy variables to the client.


==Dedicated Console Variables==
==Dedicated Console Variables==

Latest revision as of 17:25, 22 May 2025

Stub

This article or section is a stub. You can help by expanding it.

Obsolete-notext.png
This entity is obsolete. Its use is discouraged. It may only exist/function in older engine branches.
Icon-NotInFGD.png
This entity is not in the FGD by default.
It should not be put directly in a map because it is useless.
C++ Class hierarchy
CTest_ProxyToggle_Networkable
CBaseEntity
C++ test_proxytoggle.cpp

test_proxytoggle is a logical entity available in all Source Source games. It was some sort of entity made to test networking. A basic entity to test the ability to automatically copy variables to the client.

Dedicated Console Variables

Cvar/Command Parameters or default value Descriptor Effect
Test_ProxyToggle_EnsureValue
Todo: Effect description.
Test_ProxyToggle_EnableProxy
Todo: Effect description.
Test_ProxyToggle_SetValue
Todo: Effect description.