Page MenuHomeFeedback Tracker

[Script editor] Run in console doesn't effect if scripter choose base class
Assigned, UrgentPublic

Description

I try to execute this command:

PlayerBase player = PlayerBase.Cast( GetGame().GetPlayer() );
if (player)
	Print( "player.GetPosition():" + player.GetPosition() );

If I select PlayerBase.c script will not execute

If I select another file, it will


Details

Severity
None
Resolution
Open
Reproducibility
N/A
Operating System
Windows 10 x64
Category
General

Event Timeline

PR9INICHEK updated the task description. (Show Details)
Geez changed the task status from New to Assigned.Jan 12 2023, 10:33 AM