constraint.CreateStaticAnchorPoint
Description
Creates an invisible, non-moveable anchor point in the world to which things can be attached.
The entity used internally by this function (
gmod_anchor
) only exists in Sandbox derived gamemodes, meaning this function will only work in these gamemodes.
To use this in other gamemodes, you may need to create your own gmod_anchor entity.