Page MenuHomeFeedback Tracker

[Feature Request] - method IsInventoryVisibleFor(PlayerBase player)
Assigned, UrgentPublic

Description

Will be great have method IsInventoryVisibleFor(PlayerBase player). It will allow modders without moding vanilla vicinitymanager set which player is able view inventory of particular entity.

My proposal is add that method in EntityAI class

bool IsInventoryVisibleFor(PlayerBase player)
{
    return true;
}

and then integrate it into vicinitymanager class logic too

Thank you

Details

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

Event Timeline

Hunterz created this task.Dec 26 2022, 9:42 AM
Geez changed the task status from New to Assigned.Jan 4 2023, 11:05 AM