public uint CountVariableFrameAt(uint variableIndex)
 {
     return(character.CountVariableFrameAt(variableIndex));
 }