Skip to content

OnCuiDraggableDrag

Usage

  • No return behavior

Example Autogenerated

csharp
private void OnCuiDraggableDrag( BasePlayer player, string name, Vector3 position, DraggablePositionSendType type )
{
    Puts( "OnCuiDraggableDrag works!" );
}

Location

  • CommunityEntity::Hook_DragRPC(BasePlayer player, string name, UnityEngine.Vector3 position, CommunityEntity/DraggablePositionSendType type)
csharp
private void Hook_DragRPC(BasePlayer player, string name, Vector3 position, CommunityEntity.DraggablePositionSendType type)
{
	Interface.CallHook("OnCuiDraggableDrag", player, name, position, type);
}

Released under the MIT License.