Page MenuHomeFeedback Tracker

set3DENAttribute is not able to take "CODE" as argument.
Closed, ResolvedPublic

Description

True for RC version prior to Eden release. 1.56.134344.

set3DENAttribute is not able to take "CODE" as argument.

Details

Legacy ID
869642657
Severity
None
Resolution
Open
Reproducibility
Always
Operating System
Windows 7
Category
Eden Editor
Steps To Reproduce

_entity = create3DENEntity ["Logic", "Logic", screenToWorld [0.5,0.5]];
_entity set3DENAttribute ["init", {hintSilent 'hi there'}];

This will result in empty "init".

Additional Information

_entity = create3DENEntity ["Logic", "Logic", screenToWorld [0.5,0.5]];
_entity set3DENAttribute ["init", "hintSilent 'hi there'"];

This will result with "STRING" in init and obviously no execution.

Event Timeline

mind edited Steps To Reproduce. (Show Details)Feb 8 2016, 4:49 PM
mind edited Additional Information. (Show Details)
mind set Category to Eden Editor.
mind set Reproducibility to Always.
mind set Severity to None.
mind set Resolution to Open.
mind set Legacy ID to 869642657.May 8 2016, 1:41 PM
LouMontana closed this task as Resolved.Jun 19 2021, 11:36 PM
LouMontana updated the task description. (Show Details)
LouMontana edited Steps To Reproduce. (Show Details)
LouMontana edited Additional Information. (Show Details)
LouMontana set Operating System to Windows 7.