View Issue Details

IDProjectCategoryView StatusLast Update
0001237FSSCPscriptingpublic2007-01-22 04:38
ReporterNukebomb Overkill Assigned ToWMCoolmon  
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Product Version3.6.9 
Summary0001237: cant multiply (scale) vectors
Descriptionscripting html says i can multiply a vector with a number in order to scale it. div still works though, so ive been using it instead. last observed in C01142007b.

thes two lines caused the error below

testvec = ba.createVector(1,2,3)
testvec = testvec * 4
Additional InformationLUA ERROR: [string "HUD"]:126: attempt to perform arithmetic on global 'testvec' (a userdata value)

------------------------------------------------------------------
ADE Debug:
------------------------------------------------------------------
Name: (null)
Name of: (null)
Function type: (null)
Defined on: 0
Upvalues: 0

Source: (null)
Short source:
Current line: 0
------------------------------------------------------------------


------------------------------------------------------------------
LUA Stack:
------------------------------------------------------------------

------------------------------------------------------------------
TagsNo tags attached.

Activities

WMCoolmon

2007-01-22 04:38

developer   ~0007511

Fixed in CVS.

Issue History

Date Modified Username Field Change
2007-01-21 10:54 Nukebomb Overkill New Issue
2007-01-21 10:54 Nukebomb Overkill Status new => assigned
2007-01-21 10:54 Nukebomb Overkill Assigned To => WMCoolmon
2007-01-22 04:38 WMCoolmon Status assigned => resolved
2007-01-22 04:38 WMCoolmon Resolution open => fixed
2007-01-22 04:38 WMCoolmon Note Added: 0007511