Skip to content

Commit ca890f1

Browse files
committed
Remove deprecated EPF utils
1 parent 5641d87 commit ca890f1

File tree

1 file changed

+0
-21
lines changed

1 file changed

+0
-21
lines changed

src/Scripts/Game/EPF_Utils.c

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -166,25 +166,4 @@ class EPF_Utils
166166

167167
return data.Substring(0, data.Length() - amount);
168168
}
169-
170-
//------------------------------------------------------------------------------------------------
171-
[Obsolete("Use EPF_WorldUtils.Teleport instead.")]
172-
static void Teleport(notnull IEntity entity, vector position, float yaw = float.INFINITY)
173-
{
174-
EPF_WorldUtils.Teleport(entity, position, yaw);
175-
}
176-
177-
//------------------------------------------------------------------------------------------------
178-
[Obsolete("Use EPF_WorldUtils.ForceTransform instead.")]
179-
static void ForceTransform(notnull IEntity entity, vector origin = EPF_Const.VECTOR_INFINITY, vector angles = EPF_Const.VECTOR_INFINITY, float scale = float.INFINITY)
180-
{
181-
EPF_WorldUtils.ForceTransform(entity, origin, angles, scale);
182-
}
183-
184-
//------------------------------------------------------------------------------------------------
185-
[Obsolete("Use EPF_WorldUtils.ForceTransformEx instead.")]
186-
static void ForceTransformEx(notnull IEntity entity, vector transform[4])
187-
{
188-
EPF_WorldUtils.ForceTransformEx(entity, transform);
189-
}
190169
}

0 commit comments

Comments
 (0)