ScummVM API documentation
MTropolis::DynamicValueWriteInterface Struct Reference

Public Types

typedef MiniscriptInstructionOutcome(* writeFunc_t) (MiniscriptThread *thread, const DynamicValue &dest, void *objectRef, uintptr ptrOrOffset)
 
typedef MiniscriptInstructionOutcome(* refAttribFunc_t) (MiniscriptThread *thread, DynamicValueWriteProxy &proxy, void *objectRef, uintptr ptrOrOffset, const Common::String &attrib)
 
typedef MiniscriptInstructionOutcome(* refAttribIndexedFunc_t) (MiniscriptThread *thread, DynamicValueWriteProxy &proxy, void *objectRef, uintptr ptrOrOffset, const Common::String &attrib, const DynamicValue &index)
 

Public Attributes

writeFunc_t write
 
refAttribFunc_t refAttrib
 
refAttribIndexedFunc_t refAttribIndexed
 

The documentation for this struct was generated from the following file: