From 687e2e261740f98a6b068dcc041cc347a1134668 Mon Sep 17 00:00:00 2001 From: Blixibon Date: Wed, 23 Jun 2021 17:07:39 -0500 Subject: [PATCH] Removed obsolete/unfinished Mapbase entity --- Entity-List.md | 1 - 1 file changed, 1 deletion(-) diff --git a/Entity-List.md b/Entity-List.md index c3f6f8c..2d6ea85 100644 --- a/Entity-List.md +++ b/Entity-List.md @@ -475,7 +475,6 @@ There is most likely some information missing or miscellaneous stuff left out, b | point_hurt | :twisted_rightwards_arrows: | Now has "Damage Or" flags similar to trigger_hurt. You might want to see point_damageinfo as well. | | point_message | :twisted_rightwards_arrows: | New SetMessage output that sets the point_message's text. | | point_message_localized | :eight_spoked_asterisk: | A version of point_message that can use localized text and newlines. To be honest, I only made this because of the newlines, especially since this doesn't actually support Unicode. | -| point_physics_control | :eight_spoked_asterisk: | Allows for advanced physics control via shadow movement. | | point_playermoveconstraint | :heavy_minus_sign: | | | point_posecontroller | :heavy_minus_sign: | | | point_projectile | :eight_spoked_asterisk: | Fires entities as projectiles (e.g. crossbow_bolt) with a specific owner, velocity, damage, etc. |