Skip to content

Conversation

@marchc1
Copy link
Contributor

@marchc1 marchc1 commented Feb 27, 2025

Adds a gizmo to the Wire Gimbal to easily tell the orientation of the entity

image

Comment on lines 18 to 21
if not self:BeingLookedAtByLocalPlayer() then return end

local weapon = LocalPlayer():GetActiveWeapon():GetClass()
if weapon ~= "weapon_physgun" and weapon ~= "gmod_tool" then return end
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can ENT:DrawWorldTip be used instead? Then you can get rid of these lines.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@thegrb93 thegrb93 merged commit f8f3a59 into wiremod:master Mar 18, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants