MantisBT

View Issue Details Jump to Notes ] Wiki ] Issue History ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0000044Liberty UnleashedBugpublic2012-04-06 01:132013-07-10 12:58
ReporterStormeus 
Assigned To 
PrioritynormalSeverityminorReproducibilityalways
StatusconfirmedResolutionopen 
PlatformOSOS Version
Product Version0.1.0.12 
Target VersionFixed in Version 
Summary0000044: Setting a player's angle does not work
DescriptionIn either client or server-side scripts, setting a player's angle, whether it's the local player or otherwise, does not work.
TagsNo tags attached.
Attached Files

- Relationships

-  Notes
(0000054)
Stormeus (developer)
2012-04-06 02:33

Redacting, for some reason only fails in onPlayerCommand
(0000089)
Stormeus (developer)
2013-07-10 12:57
edited on: 2013-07-10 12:58

Ongoing issue in 0.1.1. Script to reproduce:

-- BEGIN --
function onPlayerCommand( player, command, arguments )
{
    if( command == "moveme" )
    {
        player.Angle = 0.0;
    }
}
-- END --

Expected result:
Player is rotated to face north in the game world.

Actual result:
Player is not rotated at all.


- Issue History
Date Modified Username Field Change
2012-04-06 01:13 Stormeus New Issue
2012-04-06 02:33 Stormeus Note Added: 0000054
2012-07-20 14:09 VRocker Status new => confirmed
2013-07-10 12:57 Stormeus Note Added: 0000089
2013-07-10 12:58 Stormeus Note Edited: 0000089 View Revisions


Copyright © 2000 - 2024 MantisBT Team
Powered by Mantis Bugtracker