PlayMaker Feedback > Action Requests

Get Property, Set Property, Send Message etc.

<< < (2/4) > >>

Hushonik:
waiting for a good tutorial for this.

Hush

mikejkelley:

--- Quote ---I need enable/disable GUIText property "Pixel Correct"  put it does not show up in the set property list, any idea how I can access this?
--- End quote ---

I have a similar problem with accessing Max Forward Speed in Character Motor (Script), it's just not there.


--- Quote ---I love this,but can you make a doc for this ,I can't see youtube
--- End quote ---

Ditto.


--- Quote ---i don't know what a "method" really is in this context.
--- End quote ---

Same here.

jeanfabre:
Hi,

 This script is using some nested classes and set/get property only gives you access to the simple public variables unfortunatly.

For this you need a custom action that you can find here:

http://hutonggames.com/playmakerforum/index.php?topic=3556.msg16386#msg16386

bye,

 Jean

yodaka:
Hello,

I have one request about get/set property. When the property is none, I want get error message!!
If property is none, the action should be error because setting to none is meaningless action. I think this behavior is very convenient to check errors. Could you consider my request?

yodaka:
Hi,

The problem was solved. I insert following lines to get/set propery actions.

--- Code: ---// ERROR Check!
if (targetProperty.PropertyName == "")
     Debug.LogError("GetProperty error!", this.Owner);

--- End code ---

I attach my modified GetPropery action.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version