Jump to content

[HLP] Prim Params Error


Syle Devin
 Share

You are about to reply to a thread that has been inactive for 3888 days.

Please take a moment to consider if this thread is worth bumping.

Recommended Posts

I've never used prim params before so I'm not entirely sure what I'm doing. In learning I've run into an error that I don't get because I don't see an error. With the line of code below i am getting a "function call mismatches type of number of arguments" error. Hoping someone might be able to help find what it is talking about.

I've already looked over each rule and can't find where I might have added too many or too few params.

 

llSetLinkPrimitiveParamsFast( 4, [ PRIM_GLOW, ALL_SIDES, .03 ],[ PRIM_FULLBRIGHT, ALL_SIDES, TRUE ],[ PRIM_POINT_LIGHT, TRUE ,<1.0, 1.0, 1.0>, 1.0 , 6.0, 0.75 ]);

 

Link to comment
Share on other sites

I've never used prim params before so I'm not entirely sure what I'm doing. In learning I've run into an error that I don't get because I don't see an error. With the line of code below i am getting a "function call mismatches type of number of arguments" error. Hoping someone might be able to help find what it is talking about.

I've already looked over each rule and can't find where I might have added too many or too few params.

 

llSetLinkPrimitiveParamsFast( 4, [ PRIM_GLOW, ALL_SIDES, .03 ],[ PRIM_FULLBRIGHT, ALL_SIDES, TRUE ],[ PRIM_POINT_LIGHT, TRUE ,<1.0, 1.0, 1.0>, 1.0 , 6.0, 0.75 ]);

 

Link to comment
Share on other sites

You are about to reply to a thread that has been inactive for 3888 days.

Please take a moment to consider if this thread is worth bumping.

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
 Share

×
×
  • Create New...