View Issue Details

IDProjectCategoryView StatusLast Update
0000045ServerServerpublic2020-07-26 22:49
Reporteruser15Assigned To 
PriorityhighSeveritytweakReproducibilityalways
Status resolvedResolutionfixed 
Product Version1.0.18 
Target Version1.0.19 
Summary0000045: element creation functions - inconsistent parameters
Description

Inconsistent element creation function parameters:

createBlip(Vec3 position, int icon, [ int size = 2, int colour = 0 ])
createBlipAttachedTo(Element element, int icon, [ int size = 2, int colour = 0, bool blip = true, bool marker = false ])
createCivilian(int model, [ int pedType = -1 ])
createBuilding(int model)
createVehicle(int model, int gameId)
createElement(int ElementType)
createObject(int model)
createPickup(Vec3 position, int model, [ int type = 0 ])
createPlayer(int model)
createSphere(Vec3 position, float radius)

Some functions take a position parameter, some don't.
One function takes a gameId parameter.

TagsScripting, Suggestion
Game

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2018-10-20 19:33 user15 New Issue
2018-10-21 17:23 Vortrex Project Client/Game => Server
2018-10-21 17:24 Vortrex Status new => assigned
2018-10-21 17:24 Vortrex Assigned To => jack9267
2018-10-21 17:24 user15 Target Version => 1.0.19
2018-10-21 17:25 Vortrex Product Version => 1.0.18
2018-10-21 17:32 Vortrex Tag Attached: Scripting
2018-10-30 15:29 Vortrex Assigned To jack9267 => user15
2018-10-30 15:29 Vortrex Tag Attached: Suggestion
2020-07-06 10:50 user15 Assigned To user15 =>
2020-07-26 22:49 user15 Status assigned => resolved
2020-07-26 22:49 user15 Resolution open => fixed