-
-
Created on:
Wed, Oct 26 2011 (7 months ago)
-
Reported by:
Pilus
-
Assigned to:
Pilus
-
Milestone:
GHI v.1.99.2
-
Bug detected in Version:
-
-
Technical Difficulty:
Medium
-
Status:
Fixed
-
Priority:
Normal (3)
-
Component:
Dynamic Actions
-
Permission type:
Private
-
Type:
Feature
-
Depends on ticket(s):
-
-
-
Followers
Pilus (Assigned To) , Aurorablade
No file chosen
You have an empty file field. Please select or remove it.
Associations
| # |
Relation |
Summary |
Status |
Action |
| No tickets |
No associations
Time Expenditure
Loading
The intended content of the DynamicAction object can be seen here: DynamicAction.png
The data of the object are given as a table as an argument when created. In details the data it contains is the following:
guid : a unique identifier string
name : string
description : string describing the intention and usage of the action
category : string with the category for the action. Examples of categories are Communication, Effects, Logic and Data
version : number
authorGuid : string
authorName : string
script : string. The script that is executed when the action is run.
ports : a table containing the input and output ports of the action
inputs : a table containing information about the input variables that can be given to the action when creating the action.
outputs : a table containing information about the output variables. These are generated in the scripts and outputs a value to a variable (in the environment) or an attribute (in the item stack).