alt.requestIpl
Requests Item Placement in the world. Meaning how a specific house, interior, etc. looks inside of the world.
Declaration
alt.requestIpl(iplName: string): void
Usage
alt.requestIpl('farm');
Real World Example
alt.requestIpl('farm');
alt.requestIpl('farmint');
alt.requestIpl('farm_lod');
alt.requestIpl('farm_props');
These examples assume you have imported alt
from alt-client
.