Quantcast
Channel: Programming (In-game)
Viewing all articles
Browse latest Browse all 645

MyDefinitionBase and Projector RemainingBlockPerType

$
0
0
I know that MyDefinitionBase is restricted and was wondering if there was some magical way to access say the DisplayNameString or something that gives me an idea of the block type when getting the RemainingBlockPerType from a Projector. Suppose a secondary question is what is the use of the RemainingBlockPerType if half the dictionary is inaccessible?
Code:
  Dictionary<MyDefinitionBase, int> RemainingBlocksPerType
 {
 get;
 }
I've been able to get the values from the dictionary...

MyDefinitionBase and Projector RemainingBlockPerType

Viewing all articles
Browse latest Browse all 645

Trending Articles