Garry's Mod

Garry's Mod

Wiremod Canary
Showing 91-100 of 368 entries
< 1 ... 8  9  10  11  12 ... 37 >
Update: 28 Apr @ 8:33am

Add prop-break related functions (#3300)

* Add prop-break related functions

* Update lua/entities/gmod_wire_expression2/core/custom/prop.lua

Co-authored-by: Astralcircle <142503363+Astralcircle@users.noreply.github.com>

* Add cvar and prop_physics class check

* Update lua/entities/gmod_wire_expression2/core/custom/prop.lua

Co-authored-by: Astralcircle <142503363+Astralcircle@users.noreply.github.com>

* Update lua/entities/gmod_wire_expression2/core/custom/prop.lua

Co-authored-by: Astralcircle <142503363+Astralcircle@users.noreply.github.com>

* Fix description, change action name, add revert action on e2 removal

---------

Co-authored-by: Astralcircle <142503363+Astralcircle@users.noreply.github.com>

Update: 26 Apr @ 8:17am

Force callback on empty file write (#3313)

Update: 26 Apr @ 8:13am

Blood manipulation functions for E2 (#3309)

* Blood manipulation functions for E2

* Add missing dot

* Fix invalid return

* Add missing check

I did this with my phone and completely forgot about it.

Update: 24 Apr @ 10:09am

Fix lua error in and (#3310)

Update: 21 Apr @ 5:47am

Fix NULL error (#3306)

Fixes:

If you deal damage yourself via and do not set the inflictor, it will be

Update: 18 Apr @ 5:25pm

Fixes bugged output port ordering and removes unused port Idx (#3303)

Update: 17 Apr @ 8:09am

Fix digital screen not updating when clearing rows and columns. (#3304)

Update: 14 Apr @ 1:16pm

fix error when an entity a wire is attached to gets deleted while wiring (#3302)

Update: 12 Apr @ 4:50pm

Ignore :use while in vehicle when used on vehicle (#3301)

* Ignore :use while in vehicle when used on vehicle

* Add vehicle check to wire user too

Update: 9 Apr @ 2:03pm

New E2 functions (#3299)

* New E2 functions
Adds functions E:getModelRadius and E:getModelScale, also adds description for E:getSubMaterial

* Fix description

Co-authored-by: thegrb93 <grbrown93@sbcglobal.net>

---------

Co-authored-by: thegrb93 <grbrown93@sbcglobal.net>