python 4 game (action)

Has anyone out there got info on the python method for action actuators:
does this part of the API even exist?

Specifically…
Action = ACT:name / StartFrame / Endframe etc

thanks Mort

i assume you know how to get an actuator into python, so

x = <<your action actuator >>
print dir(x)

this will print all the functions (like setStart,setEnd) to the command prompt.

hope this is what u mean.

Jasper