|
Enfusion Script API
|
This is the complete list of members for World, including all inherited members.
| AdjustCameraEV(int cam, float EV) | BaseWorld | |
| AsyncTraceMove(inout TraceParam param, AsyncTraceFinishedCallback finishedCallback) | BaseWorld | |
| CreateDecal(notnull IEntity entity, vector origin, vector project, float nearclip, float farclip, float angle, float size, float stretch, string materialName, float lifetime, int color, int atlasNum=0) | World | |
| CreateDecal2(notnull IEntity entity, vector matrix[4], float nearclip, float farclip, float size, float stretch, string materialName, float lifetime, int color, int atlasNum=0) | World | |
| CreateTrackDecal(IEntity entity, vector origin, vector normal, float edgeSize, float lifeTime, string materialName, Decal prevDecal, float alpha) | BaseWorld | |
| CreateWorld(string type, string name) | BaseWorld | static |
| EnabledOceanInCamera(int camera, bool enable) | BaseWorld | |
| FindEntityByID(EntityID ID) | BaseWorld | |
| FindEntityByName(string name) | BaseWorld | |
| FindSystem(TypeName type) | World | |
| GetActiveEntities(notnull out array< IEntity > entities) | BaseWorld | |
| GetBoundBox(out vector mins, out vector maxs) | BaseWorld | |
| GetCamera(int cam, out vector mat[4]) | BaseWorld | |
| GetCameraHDRBrightness(int cam) | BaseWorld | |
| GetCameraSceneMiddleBrightness(int cam) | BaseWorld | |
| GetCurrentCamera(out vector mat[4]) | BaseWorld | |
| GetCurrentCameraId() | BaseWorld | |
| GetEntity(int subScene, int entityIndex) | BaseWorld | |
| GetFixedTimeSlice() | BaseWorld | |
| GetFrameNumber() | BaseWorld | |
| GetNumEntities(int subScene) | BaseWorld | |
| GetOceanBaseHeight() | BaseWorld | |
| GetOceanHeight(float worldX, float worldZ) | BaseWorld | |
| GetOceanHeightAndDisplace(float worldX, float worldZ) | BaseWorld | |
| GetPhysicsTimeSlice() | BaseWorld | |
| GetSurfaceY(float x, float z) | BaseWorld | |
| GetSystems() | World | |
| GetTimeScale() | BaseWorld | |
| GetTimeSlice() | BaseWorld | |
| GetTimestamp() | BaseWorld | |
| GetWorldTime() | BaseWorld | |
| IsEditMode() | BaseWorld | |
| IsOcean() | BaseWorld | |
| IsOceanEnabledInCamera(int camera) | BaseWorld | |
| OutlineEntity(notnull IEntity ent, notnull Color color, float occlOpacity=1.0, float fillOpacity=0.0, bool inclChildren=false) | World | |
| OutlineEntityGroup(notnull array< IEntity > entities, notnull Color color, float occlOpacity=1.0, float fillOpacity=0.0) | World | |
| ProjectViewportToWorld(float x, float y, int cam, int width, int height, out vector outDir) | BaseWorld | |
| ProjectWorldToViewport(vector pos, int cam, int width, int height) | BaseWorld | |
| QueryEntitiesByAABB(vector mins, vector maxs, QueryEntitiesCallback addEntity, QueryEntitiesCallback filterEntity=null, EQueryEntitiesFlags queryFlags=EQueryEntitiesFlags.ALL) | BaseWorld | |
| QueryEntitiesByBeveledLine(vector from, vector to, vector bevelMins, vector bevelMaxs, QueryEntitiesCallback addEntity, QueryEntitiesCallback filterEntity=null, EQueryEntitiesFlags queryFlags=EQueryEntitiesFlags.ALL) | BaseWorld | |
| QueryEntitiesByLine(vector from, vector to, QueryEntitiesCallback addEntity, QueryEntitiesCallback filterEntity=null, EQueryEntitiesFlags queryFlags=EQueryEntitiesFlags.ALL) | BaseWorld | |
| QueryEntitiesByOBB(vector mins, vector maxs, vector matrix[4], QueryEntitiesCallback addEntity, QueryEntitiesCallback filterEntity=null, EQueryEntitiesFlags queryFlags=EQueryEntitiesFlags.ALL) | BaseWorld | |
| QueryEntitiesBySphere(vector center, float radius, QueryEntitiesCallback addEntity, QueryEntitiesCallback filterEntity=null, EQueryEntitiesFlags queryFlags=EQueryEntitiesFlags.ALL) | BaseWorld | |
| RegisterWaterBody(notnull IEntity ent, ResourceName matName) | BaseWorld | |
| ReloadSystems() | World | |
| RemoveDecal(Decal decal) | BaseWorld | |
| RemoveWaterBody(notnull IEntity ent) | BaseWorld | |
| SchedulePreload(vector pos, float radius) | BaseWorld | |
| SetCamera(int cam, vector origin, vector angle) | BaseWorld | |
| SetCameraEx(int cam, const vector mat[4]) | BaseWorld | |
| SetCameraFarPlane(int cam, float farplane) | BaseWorld | |
| SetCameraHDRBrightness(int cam, float hdrBrightness) | BaseWorld | |
| SetCameraLensFlareSet(int cam, CameraLensFlareSetType lensFlareSetType, string userLensFlareSetName) | BaseWorld | |
| SetCameraNearPlane(int cam, float nearplane) | BaseWorld | |
| SetCameraPostProcessEffect(int cam, int priority, PostProcessEffectType type, string materialPath) | BaseWorld | |
| SetCameraType(int cam, CameraType type) | BaseWorld | |
| SetCameraVerticalFOV(int cam, float fovy) | BaseWorld | |
| ToString() | pointer | |
| TraceLineToEntity(notnull IEntity ent, vector start, vector end, Class placeHolder=null) | BaseWorld | |
| TraceMove(inout TraceParam param, TraceFilterCallback filterCallback=null) | BaseWorld | |
| TracePosition(inout TraceParam param, TraceFilterCallback filterCallback=null) | BaseWorld | |
| UpdateEntities() | BaseWorld |