MCPcopy
hub / github.com/zhouzi/TheaterJS / getCurrentActor

Function getCurrentActor

src/theaterJS.js:63–65  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

61 }
62
63 function getCurrentActor () {
64 return props.casting[props.onStage] || null
65 }
66
67 function addScene (...scenes) {
68 const sequence = []

Callers 2

typeActionFunction · 0.85
eraseActionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected